Skip to content

Commit c051096

Browse files
committed
TST: Use NumPy instead of NumPyPy (and switch to newer Pypy versions)
1 parent 73d7330 commit c051096

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ 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+
# NumPy is supported in PyPy since version 5.9
12+
- "pypy2.7-5.9.0"
13+
- "pypy2.7-5.10.0"
14+
- "pypy3.5-5.9.0"
15+
- "pypy3.5-5.10.1"
1616
addons:
1717
apt:
1818
packages:
1919
- libsndfile1
20-
install:
21-
- "if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install git+https://bitbucket.org/pypy/numpy.git ; fi"
2220
script:
2321
- python setup.py test

0 commit comments

Comments
 (0)