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 73d7330 commit c051096Copy full SHA for c051096
.travis.yml
@@ -8,16 +8,14 @@ python:
8
- "3.5"
9
- "3.6"
10
- "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"
+ # NumPy is supported in PyPy since version 5.9
+ - "pypy2.7-5.9.0"
+ - "pypy2.7-5.10.0"
+ - "pypy3.5-5.9.0"
+ - "pypy3.5-5.10.1"
16
addons:
17
apt:
18
packages:
19
- libsndfile1
20
-install:
21
- - "if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install git+https://bitbucket.org/pypy/numpy.git ; fi"
22
script:
23
- python setup.py test
0 commit comments