Skip to content

Commit

Permalink
CLN: drop py25 from tox ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
y-p committed Nov 21, 2012
1 parent 45607c0 commit 2091db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py25, py26, py27, py31, py32
envlist = py26, py27, py31, py32

[testenv]
deps =
Expand Down Expand Up @@ -35,15 +35,6 @@ commands =
# tox should provide a preinstall-commands hook.
pip uninstall pandas -qy


[testenv:py25]
deps =
cython
numpy >= 1.6.1
nose
pytz
simplejson

[testenv:py26]

[testenv:py27]
Expand Down
11 changes: 1 addition & 10 deletions tox_prll.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py25, py26, py27, py31, py32
envlist = py26, py27, py31, py32
sdistsrc = {env:DISTFILE}

[testenv]
Expand Down Expand Up @@ -36,15 +36,6 @@ commands =
# tox should provide a preinstall-commands hook.
pip uninstall pandas -qy


[testenv:py25]
deps =
cython
numpy >= 1.6.1
nose
pytz
simplejson

[testenv:py26]

[testenv:py27]
Expand Down

0 comments on commit 2091db4

Please sign in to comment.