Skip to content

Commit c5d38a4

Browse files
committed
CI: enable pypy3, remove NumPyPy
1 parent 744efb4 commit c5d38a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ python:
99
- "3.9"
1010
- "nightly"
1111
- "pypy"
12-
# TODO: Enable pypy3 once NumPy is working there, see
13-
# https://bitbucket.org/pypy/pypy/issues/1567/
14-
#- "pypy3"
12+
- "pypy3"
1513
addons:
1614
apt:
1715
packages:
1816
- libsndfile1
19-
install:
20-
- "if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then pip install git+https://bitbucket.org/pypy/numpy.git ; fi"
2117
script:
2218
- python setup.py test

0 commit comments

Comments
 (0)