drop pandas test in py34, add in py37

This commit is contained in:
Guangshuo CHEN 2018-09-09 18:56:31 +08:00 committed by Casper da Costa-Luis
parent bf90a26ff9
commit 4b32c04cad
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 8 deletions

View File

@ -39,7 +39,7 @@ commands =
- coveralls
codecov
# no cython/numpy/pandas for py{py,py3,26,33,37}
# no cython/numpy/pandas for py{py,py3,26,33,34}
[testenv:py26]
# no codecov and timer for py26
@ -60,13 +60,6 @@ commands = {[extra]commands}
[testenv:py34]
# py34-compatible pandas
deps =
{[extra]deps}
cython
numpy
pandas<0.21
[testenv:py37]
deps = {[extra]deps}
commands = {[extra]commands}