Skip to content

Commit 2ed192a

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

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
@@ -28,9 +28,9 @@ script:
2828
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
2929
- mypy --ignore-missing-imports .
3030
- pytest . --doctest-modules
31-
--ignore=machine_learning/linear_regression.py
32-
--ignore=machine_learning/random_forest_classification/random_forest_classification.py
33-
--ignore=machine_learning/random_forest_regression/random_forest_regression.py
31+
#--ignore=machine_learning/linear_regression.py
32+
#--ignore=machine_learning/random_forest_classification/random_forest_classification.py
33+
#--ignore=machine_learning/random_forest_regression/random_forest_regression.py
3434
after_success:
3535
- scripts/build_directory_md.py > DIRECTORY.md
3636
- cat DIRECTORY.md

0 commit comments

Comments
 (0)