mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
1.1 isn't supported anymore.
This commit is contained in:
parent
6caa401c7c
commit
2c814889ed
1 changed files with 0 additions and 17 deletions
17
tox.ini
17
tox.ini
|
|
@ -2,7 +2,6 @@
|
|||
downloadcache = .tox/_download/
|
||||
distribute = False
|
||||
envlist =
|
||||
py25-1.1.X, py26-1.1.X, py27-1.1.X,
|
||||
py25-1.2.X, py26-1.2.X, py27-1.2.X,
|
||||
py25-1.3.X, py26-1.3.X, py27-1.3.X
|
||||
|
||||
|
|
@ -10,22 +9,6 @@ envlist =
|
|||
commands =
|
||||
python runtests.py
|
||||
|
||||
[testenv:py25-1.1.X]
|
||||
basepython = python2.5
|
||||
deps =
|
||||
django==1.1.4
|
||||
|
||||
[testenv:py26-1.1.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
django==1.1.4
|
||||
|
||||
[testenv:py27-1.1.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
django==1.1.4
|
||||
|
||||
|
||||
[testenv:py25-1.2.X]
|
||||
basepython = python2.5
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue