Fixed tox version

This commit is contained in:
Martin Mahner 2013-11-26 12:29:34 +01:00
parent cf84fe5834
commit 1c8a4ae0bf
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ requests==2.0.0
# Testing # Testing
python-coveralls==2.4.0 python-coveralls==2.4.0
coverage==3.7 coverage==3.7
tox==1.10.1 tox==1.6.1
# Deployment specific # Deployment specific
django-redis==3.3 django-redis==3.3

View file

@ -16,7 +16,6 @@ if not settings.configured:
'mptt', 'mptt',
'dpaste', 'dpaste',
], ],
STATIC_ROOT='/tmp/dpaste_test_static/', STATIC_ROOT='/tmp/dpaste_test_static/',
STATIC_URL='/static/', STATIC_URL='/static/',
ROOT_URLCONF='dpaste.urls', ROOT_URLCONF='dpaste.urls',