Skip to content

Commit d97b546

Browse files
authored
Travis CI: Add pytest --doctest-modules neural_network
Fixes TheAlgorithms#987 ``` neural_network/perceptron.py:123: in <module> sample.insert(i, float(input('value: '))) ../lib/python3.7/site-packages/_pytest/capture.py:693: in read raise IOError("reading from stdin while output is captured") E OSError: reading from stdin while output is captured -------------------------------------------------------------------------------- Captured stdout -------------------------------------------------------------------------------- ('\nEpoch:\n', 399) ------------------------ value: ```
1 parent 628794d commit d97b546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ script:
2525
linear_algebra_python
2626
matrix
2727
networking_flow
28+
neural_network
2829
other
2930
searches
3031
sorts

0 commit comments

Comments
 (0)