Commit d168f42b by markotibold

testing jenkins

parent bc9a0a9a
import os import os
import sys import sys
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' os.environ['DJANGO_SETTINGS_MODULE'] = 'examples.settings'
from django.conf import settings from django.conf import settings
from django.test.utils import get_runner from django.test.utils import get_runner
......
...@@ -85,16 +85,16 @@ deps= ...@@ -85,16 +85,16 @@ deps=
[testenv:py26-django12-examples] [testenv:py26-django12-examples]
basepython=python2.6 basepython=python2.6
#commands= commands=
# python examples/runtests.py python examples/runtests.py
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment