Skip to content

Commit

Permalink
TravisCI/Tox: Numpy 1.17.4 was working with PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Dec 24, 2019
1 parent cf2cfde commit ca0c57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis-tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ install_command = pip install --only-binary=scipy {opts} {packages}
deps =
setuptools
wheel
numpy
py36,py37,py38: numpy
pypy3: numpy<1.18.0
#Lines startings xxx: are filtered by the environment.
#Leaving py36 without any dependencies (except numpy)
cover: coverage
Expand Down

0 comments on commit ca0c57c

Please sign in to comment.