Skip to content

Commit

Permalink
Fix failing build with pypy on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Sep 2, 2017
1 parent 1509cbc commit 64cbab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
if [[ "$TEST_RELEASE" == true ]]; then
py.test test_release.py
else
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then
py.test test/
else
coverage run -m py.test test/
Expand Down

0 comments on commit 64cbab6

Please sign in to comment.