diff options
| author | Sébastien Piquemal | 2012-02-02 08:39:15 +0200 | 
|---|---|---|
| committer | Sébastien Piquemal | 2012-02-02 08:39:15 +0200 | 
| commit | 5f59d90645dfddc293bbbbc4ca9b4c3f3125b590 (patch) | |
| tree | aa3d091a1f61f5717f7f1a9e96334308bb13c7d9 /tox.ini | |
| parent | 152c385f4de37558fe4e522abad5b97f0cf7ddce (diff) | |
| parent | 894f63259880252ed5317ce485eb13c4429b65c1 (diff) | |
| download | django-rest-framework-5f59d90645dfddc293bbbbc4ca9b4c3f3125b590.tar.bz2 | |
merged with trunk's master
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,7 @@ commands=  basepython=python2.5  deps=      django==1.2.4 +    django-staticfiles>=1.1.2      coverage==3.4      URLObject>=0.6.0      unittest-xml-reporting==1.2 @@ -43,6 +44,7 @@ deps=  basepython=python2.6  deps=      django==1.2.4 +    django-staticfiles>=1.1.2      coverage==3.4      URLObject>=0.6.0      unittest-xml-reporting==1.2 @@ -54,6 +56,7 @@ deps=  basepython=python2.7  deps=      django==1.2.4 +    django-staticfiles>=1.1.2      coverage==3.4      URLObject>=0.6.0      unittest-xml-reporting==1.2 @@ -135,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 @@ -150,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 @@ -165,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  | 
