Skip to content

Commit

Permalink
Merge pull request #486 from jbouffard/bug-fix/tests
Browse files Browse the repository at this point in the history
Tests That Fail on Travis Will Now Cuase Travis to Fail
  • Loading branch information
Jacob Bouffard committed Aug 25, 2017
2 parents 174e80a + 84db73e commit 08699fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ testpattern="*_test.py"

for f in $testpath$testpattern $testpath/**/$testpattern;
do
pytest $f
pytest $f || { exit 1; }
done

0 comments on commit 08699fb

Please sign in to comment.