File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ script:
24
24
- pytest data_structures/stacks/balanced_parentheses.py --doctest-modules || true
25
25
- pytest data_structures/stacks/infix_to_postfix_conversion.py --doctest-modules || true
26
26
- pytest file_transfer_protocol/ftp_send_receive.py --doctest-modules || true
27
- - pytest file_transfer_protocol/ftp_client_server.py --doctest-modules || true
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
28
29
- pytest machine_learning/linear_regression.py --doctest-modules || true
29
30
- pytest machine_learning/random_forest_classification/random_forest_classification.py --doctest-modules || true
30
31
- pytest machine_learning/random_forest_regression/random_forest_regression.py --doctest-modules || true
You can’t perform that action at this time.
0 commit comments