File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ script:
28
28
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
29
29
- mypy --ignore-missing-imports .
30
30
- 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
34
34
after_success :
35
35
- scripts/build_directory_md.py > DIRECTORY.md
36
36
- cat DIRECTORY.md
You can’t perform that action at this time.
0 commit comments