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 @@ -10,13 +10,13 @@ matrix:
10
10
# The following files currently fail pytests. See issues: #1016, #1044, #1080
11
11
# Here they are run allow_failures mode and when each passes pytest, it can be
12
12
# 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
14
14
before_script : true
15
15
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
17
17
before_script : true
18
18
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
20
20
before_script : true
21
21
script : pytest ${FILE} --doctest-modules
22
22
allow_failures :
You can’t perform that action at this time.
0 commit comments