Skip to content

Commit

Permalink
drop pandas test in py34, add in py37
Browse files Browse the repository at this point in the history
  • Loading branch information
Guangshuo CHEN authored and casperdcl committed Sep 10, 2018
1 parent bf90a26 commit 4b32c04
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}

Expand Down

0 comments on commit 4b32c04

Please sign in to comment.