Skip to content

Commit 32981da

Browse files
committed
WIP don't test older PyPy versions
1 parent 049c2f6 commit 32981da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ python:
88
- "3.5"
99
- "3.6"
1010
- "nightly"
11-
- "pypy-5.3.1"
12-
- "pypy-5.4.1"
13-
# TODO: Enable pypy3 once NumPy is working there, see
14-
# https://bitbucket.org/pypy/pypy/issues/1567/
15-
#- "pypy3"
11+
- "pypy2.7"
12+
- "pypy3.5"
1613
addons:
1714
apt:
1815
packages:

0 commit comments

Comments
 (0)