mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-19 17:34:13 +03:00
testing jenkins
This commit is contained in:
parent
bc9a0a9a0f
commit
d168f42b13
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
import sys
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'examples.settings'
|
||||
|
||||
from django.conf import settings
|
||||
from django.test.utils import get_runner
|
||||
|
|
14
tox.ini
14
tox.ini
|
@ -85,16 +85,16 @@ deps=
|
|||
|
||||
[testenv:py26-django12-examples]
|
||||
basepython=python2.6
|
||||
#commands=
|
||||
# python examples/runtests.py
|
||||
commands=
|
||||
python examples/runtests.py
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user