diff options
| author | Tom Christie | 2012-01-31 09:05:52 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-31 09:05:52 +0000 |
| commit | b2fcfffb3bdaed89d39ee563c58dc0ede5e857ac (patch) | |
| tree | ec8c6626444666614b42c3d963e78718f749e5a3 /tox.ini | |
| parent | 497d6df5e578b3ee750c65de7265b87fce2b0c7c (diff) | |
| download | django-rest-framework-b2fcfffb3bdaed89d39ee563c58dc0ede5e857ac.tar.bz2 | |
django-staticfiles for Django 1.2 compatability
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -32,9 +32,9 @@ commands= basepython=python2.5 deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 - django-staticfiles>=1.1.2 unittest-xml-reporting==1.2 Pyyaml==3.10 # Optional packages: @@ -44,9 +44,9 @@ deps= basepython=python2.6 deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 - django-staticfiles>=1.1.2 unittest-xml-reporting==1.2 Pyyaml==3.10 # Optional packages: @@ -56,9 +56,9 @@ deps= basepython=python2.7 deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 - django-staticfiles>=1.1.2 unittest-xml-reporting==1.2 Pyyaml==3.10 # Optional packages: @@ -138,6 +138,7 @@ commands= python examples/runtests.py deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 wsgiref==0.1.2 @@ -153,6 +154,7 @@ commands= python examples/runtests.py deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 wsgiref==0.1.2 @@ -168,6 +170,7 @@ commands= python examples/runtests.py deps= django==1.2.4 + django-staticfiles>=1.1.2 coverage==3.4 URLObject>=0.6.0 wsgiref==0.1.2 |
