mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-18 12:30:58 +03:00
Tetss pass locally as well as under the jenkins user on the ci, but when jenins executes the tests we get OSError :-/
This commit is contained in:
parent
69036177bf
commit
1054944ba2
10
tox.ini
10
tox.ini
|
@ -90,11 +90,11 @@ commands=
|
||||||
deps=
|
deps=
|
||||||
django==1.2.4
|
django==1.2.4
|
||||||
coverage==3.4
|
coverage==3.4
|
||||||
wsgiref==0.1.2
|
#wsgiref==0.1.2
|
||||||
Pygments==1.4
|
#Pygments==1.4
|
||||||
httplib2==0.6.0
|
#httplib2==0.6.0
|
||||||
Markdown==2.0.3
|
#Markdown==2.0.3
|
||||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
#https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||||
|
|
||||||
[testenv:py27-django12-examples]
|
[testenv:py27-django12-examples]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
|
|
Loading…
Reference in New Issue
Block a user