Skip to content

Commit 1d66271

Browse files
committed
Fixed pypy testing
1 parent 098283b commit 1d66271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- 3.4
66
- 3.5
77
- 3.6
8-
- pypy
8+
- "pypy-5.3.1"
99
before_install:
1010
- |
1111
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then

0 commit comments

Comments
 (0)