Skip to content

Commit

Permalink
Remove Python2.6 from tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Jul 29, 2015
1 parent 78a33a9 commit bf63a77
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[tox]
envlist = py26-1.4, py27-1.4, py27-tablib-dev-1.4, py27-mysql-innodb-1.4, 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
envlist = py27-1.4, py27-tablib-dev-1.4, py27-mysql-innodb-1.4, 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

[testenv]
commands=python {toxinidir}/tests/manage.py test core

[testenv:py26-1.4]
basepython = python2.6
deps =
django==1.4.10

[testenv:py27-1.4]
basepython = python2.7
deps =
Expand Down

0 comments on commit bf63a77

Please sign in to comment.