Removed travis_fold test

This commit is contained in:
Mads Marquart
2018-06-21 21:29:11 +02:00
parent e0d3dd9050
commit 7619224809
2 changed files with 0 additions and 8 deletions

View File

@@ -2,8 +2,4 @@
set -ex
echo travis_fold:start:pytest
python -m pytest -m offline
echo travis_fold:end:pytest

View File

@@ -2,11 +2,7 @@
set -ex
echo travis_fold:start:pytest
if ! python -m pytest --tb=no --color=yes; then # --tb=no -> Don't print stack traces
echo 'Some tests failed. Rerunning them, since they can be kinda flaky.'
python -m pytest --last-failed --color=yes
fi
echo travis_fold:end:pytest