Skip to content

Commit e426cfc

Browse files
committed
No pltshow
1 parent 9d68f66 commit e426cfc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ script:
1616
- python lab-07-2-learning_rate_and_evaluation.py # run this first to download the MNIST file
1717
# run all python files in parallel, http://stackoverflow.com/questions/5015316
1818
# 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
19+
# - ls lab-*.py|xargs -n 1 -P 2 python > /dev/null
20+
- for f in lab-*.py; do python "$f" > /dev/null; done
2021
- pytest

0 commit comments

Comments
 (0)