Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 64cbab6

Browse files
committed
Fix failing build with pypy on Travis
1 parent 1509cbc commit 64cbab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -x
66
if [[ "$TEST_RELEASE" == true ]]; then
77
py.test test_release.py
88
else
9-
if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then
9+
if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then
1010
py.test test/
1111
else
1212
coverage run -m py.test test/

0 commit comments

Comments
 (0)