Skip to content

Commit 5173de5

Browse files
committed
Fix tests for file_transfer and perceptron.py
1 parent f18d081 commit 5173de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ matrix:
1010
# The following files currently fail pytests. See issues: #1016, #1044, #1080
1111
# Here they are run allow_failures mode and when each passes pytest, it can be
1212
# removed BOTH lists below. Complex now but simple once all files pass pytest.
13-
- env: FILE=pytest machine_learning/linear_regression.py
13+
- env: FILE=machine_learning/linear_regression.py
1414
before_script: true
1515
script: pytest ${FILE} --doctest-modules
16-
- env: FILE=pytest machine_learning/random_forest_classification/random_forest_classification.py
16+
- env: FILE=machine_learning/random_forest_classification/random_forest_classification.py
1717
before_script: true
1818
script: pytest ${FILE} --doctest-modules
19-
- env: FILE=pytest machine_learning/random_forest_regression/random_forest_regression.py
19+
- env: FILE=machine_learning/random_forest_regression/random_forest_regression.py
2020
before_script: true
2121
script: pytest ${FILE} --doctest-modules
2222
allow_failures:

0 commit comments

Comments
 (0)