Skip to content

Commit 0ac87b5

Browse files
committed
WIP trying pypy and pypy3
1 parent 7328805 commit 0ac87b5

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
@@ -11,7 +11,9 @@ python:
1111
# NumPy is supported in PyPy since version 5.9
1212
- "pypy2.7-5.9.0"
1313
- "pypy3.5-5.9.0"
14-
- "pypy3.5"
14+
# Latest PyPy versions on Travis-CI:
15+
- "pypy"
16+
- "pypy3"
1517
addons:
1618
apt:
1719
packages:

0 commit comments

Comments
 (0)