Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
d168f42b
Commit
d168f42b
authored
Mar 20, 2011
by
markotibold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing jenkins
parent
bc9a0a9a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
examples/runtests.py
+1
-1
tox.ini
+7
-7
No files found.
examples/runtests.py
View file @
d168f42b
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
...
...
tox.ini
View file @
d168f42b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment