Skip to content

Commit

Permalink
Remove py33-1.9 from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Dec 2, 2015
1 parent d2c4a95 commit bb3db3c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7, py34-1.7, py27-1.8, py33-1.8, py34-1.8, py27-1.9, py33-1.9, py34-1.9
envlist = py27-1.5, py27-1.6, py33-1.6, py27-1.7, py33-1.7, py34-1.7, py27-1.8, py33-1.8, py34-1.8, py27-1.9, py34-1.9

[testenv]
commands=python {toxinidir}/tests/manage.py test core
Expand Down Expand Up @@ -59,12 +59,6 @@ basepython = python2.7
deps =
django==1.9

[testenv:py33-1.9]
basepython = python3.3
deps =
django==1.9
-egit+https://github.com/kennethreitz/tablib.git#egg=tablib

[testenv:py34-1.9]
basepython = python3.4
deps =
Expand Down

0 comments on commit bb3db3c

Please sign in to comment.