Skip to content

Commit 7328805

Browse files
committed
WIP try different PyPy versions
1 parent 32981da commit 7328805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ python:
88
- "3.5"
99
- "3.6"
1010
- "nightly"
11-
- "pypy2.7"
11+
# NumPy is supported in PyPy since version 5.9
12+
- "pypy2.7-5.9.0"
13+
- "pypy3.5-5.9.0"
1214
- "pypy3.5"
1315
addons:
1416
apt:

0 commit comments

Comments
 (0)