We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d68f66 commit e426cfcCopy full SHA for e426cfc
1 file changed
.travis.yml
@@ -16,5 +16,6 @@ script:
16
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
17
# run all python files in parallel, http://stackoverflow.com/questions/5015316
18
# 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).
19
- - ls lab-*.py|xargs -n 1 -P 2 python > /dev/null
+ # - ls lab-*.py|xargs -n 1 -P 2 python > /dev/null
20
+ - for f in lab-*.py; do python "$f" > /dev/null; done
21
- pytest
0 commit comments