mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fixed tox version
This commit is contained in:
parent
cf84fe5834
commit
1c8a4ae0bf
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -16,7 +16,6 @@ if not settings.configured:
|
|||
'mptt',
|
||||
'dpaste',
|
||||
],
|
||||
|
||||
STATIC_ROOT='/tmp/dpaste_test_static/',
|
||||
STATIC_URL='/static/',
|
||||
ROOT_URLCONF='dpaste.urls',
|
||||
|
|
Loading…
Reference in a new issue