mirror of https://github.com/tqdm/tqdm.git
drop pandas test in py34, add in py37
This commit is contained in:
parent
bf90a26ff9
commit
4b32c04cad
9
tox.ini
9
tox.ini
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue