mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Renamed tox versions to be in line with travis
This commit is contained in:
parent
56679bd764
commit
204cc9138f
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
@ -3,8 +3,8 @@ toxworkdir=/tmp/tox/dpaste
|
|||
envlist=
|
||||
py27-django-1.4,
|
||||
py27-django-1.7,
|
||||
py27-django-latest,
|
||||
py34-django-latest
|
||||
py27-django-1.8,
|
||||
py34-django-1.8
|
||||
|
||||
[testenv]
|
||||
commands=
|
||||
|
@ -16,8 +16,8 @@ deps=django==1.4.21
|
|||
[testenv:py27-django-1.7]
|
||||
deps=django==1.7.9
|
||||
|
||||
[testenv:py27-django-latest]
|
||||
[testenv:py27-django-1.8]
|
||||
deps=django==1.8.3
|
||||
|
||||
[testenv:py34-django-latest]
|
||||
[testenv:py34-django-1.8]
|
||||
deps=django==1.8.3
|
||||
|
|
Loading…
Reference in a new issue