File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ script:
21
21
--ignore=machine_learning/random_forest_regression/random_forest_regression.py
22
22
# The following files currently fail pytests. See issues: #1016, #1044, #1080
23
23
# Here they are run || true and when each passes pytest, it can be removed above and below.
24
- - pytest data_structures/stacks/balanced_parentheses.py --doctest-modules || true
25
- - pytest data_structures/stacks/infix_to_postfix_conversion.py --doctest-modules || true
26
- - pytest file_transfer_protocol/ftp_send_receive.py --doctest-modules || true
24
+ - pytest data_structures/stacks/balanced_parentheses.py --doctest-modules ; || true
25
+ - pytest data_structures/stacks/infix_to_postfix_conversion.py --doctest-modules ; || true
26
+ - pytest file_transfer_protocol/ftp_send_receive.py --doctest-modules ; || true
27
27
# ftp_client_server.py currently hangs until Travis CI times out (10+ minutes)
28
- # - pytest file_transfer_protocol/ftp_client_server.py --doctest-modules || true
29
- - pytest machine_learning/linear_regression.py --doctest-modules || true
30
- - pytest machine_learning/random_forest_classification/random_forest_classification.py --doctest-modules || true
31
- - pytest machine_learning/random_forest_regression/random_forest_regression.py --doctest-modules || true
28
+ # - pytest file_transfer_protocol/ftp_client_server.py --doctest-modules ; || true
29
+ - pytest machine_learning/linear_regression.py --doctest-modules ; || true
30
+ - pytest machine_learning/random_forest_classification/random_forest_classification.py --doctest-modules ; || true
31
+ - pytest machine_learning/random_forest_regression/random_forest_regression.py --doctest-modules ; || true
32
32
33
33
after_success :
34
34
- scripts/build_directory_md.py > DIRECTORY.md
You can’t perform that action at this time.
0 commit comments