We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ea6f5 commit c69f235Copy full SHA for c69f235
1 file changed
.travis.yml
@@ -20,6 +20,6 @@ script:
20
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
21
# run all python files in parallel, http://stackoverflow.com/questions/5015316
22
# The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
23
- - ls *lab-*.py|xargs -n 1 -P 1 python > /dev/null
+ - travis_wait ls *lab-*.py|xargs -n 1 -P 1 python > /dev/null
24
#- for f in *lab-*.py; do echo "$f"; python "$f" > /dev/null; done
25
- pytest
0 commit comments