diff options
| author | markotibold | 2011-03-20 00:37:17 +0100 | 
|---|---|---|
| committer | markotibold | 2011-03-20 00:37:17 +0100 | 
| commit | 1054944ba2d6c02f1e8949d8a9abad729e6fe885 (patch) | |
| tree | 286a5cda48c719ca20c44b1acce4dd39fc48d04f /tox.ini | |
| parent | 69036177bf45e9be45a51a82b26f519f8ef366e5 (diff) | |
| download | django-rest-framework-1054944ba2d6c02f1e8949d8a9abad729e6fe885.tar.bz2 | |
Tetss pass locally as well as under the jenkins user on the ci, but when jenins executes the tests we get OSError :-/
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 10 | 
1 files changed, 5 insertions, 5 deletions
@@ -90,11 +90,11 @@ commands=  deps=      django==1.2.4      coverage==3.4 -	wsgiref==0.1.2 -	Pygments==1.4 -	httplib2==0.6.0 -	Markdown==2.0.3 -    https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip +	#wsgiref==0.1.2 +	#Pygments==1.4 +	#httplib2==0.6.0 +	#Markdown==2.0.3 +    #https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip  [testenv:py27-django12-examples]  basepython=python2.7  | 
