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
python-coveralls==2.4.0
coverage==3.7
tox==1.10.1
tox==1.6.1
# Deployment specific
django-redis==3.3

View file

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