We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744efb4 commit c5d38a4Copy full SHA for c5d38a4
.travis.yml
@@ -9,14 +9,10 @@ python:
9
- "3.9"
10
- "nightly"
11
- "pypy"
12
- # TODO: Enable pypy3 once NumPy is working there, see
13
- # https://bitbucket.org/pypy/pypy/issues/1567/
14
- #- "pypy3"
+ - "pypy3"
15
addons:
16
apt:
17
packages:
18
- libsndfile1
19
-install:
20
- - "if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then pip install git+https://bitbucket.org/pypy/numpy.git ; fi"
21
script:
22
- python setup.py test
0 commit comments