mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Replaced python 3.3 with 3.4
This commit is contained in:
parent
15d4970343
commit
ccf646e34f
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -4,7 +4,7 @@ envlist=
|
||||||
py27-django-1.4,
|
py27-django-1.4,
|
||||||
py27-django-1.6,
|
py27-django-1.6,
|
||||||
py27-django-1.7,
|
py27-django-1.7,
|
||||||
py33-django-1.7,
|
py34-django-1.7,
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands=
|
commands=
|
||||||
|
@ -19,5 +19,5 @@ deps=django==1.6.8
|
||||||
[testenv:py27-django-1.7]
|
[testenv:py27-django-1.7]
|
||||||
deps=django==1.7.1
|
deps=django==1.7.1
|
||||||
|
|
||||||
[testenv:py33-django-1.7]
|
[testenv:py34-django-1.7]
|
||||||
deps=django==1.7.1
|
deps=django==1.7.1
|
||||||
|
|
Loading…
Reference in a new issue