Skip to content

Commit

Permalink
Limit numpy on py33 to correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Jan 16, 2017
1 parent b0fada4 commit 2c40439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -11,7 +11,8 @@ passenv=
CPATH
PIP_VERBOSE
deps =
numpy
py33: numpy<1.11
py{27,34,35}: numpy
cython
nose
pytest
Expand Down

0 comments on commit 2c40439

Please sign in to comment.