mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-25 19:14:01 +03:00
testing jenkins
This commit is contained in:
parent
d168f42b13
commit
34c4585c6e
8
tox.ini
8
tox.ini
|
@ -10,8 +10,8 @@ envlist=
|
|||
py26-django13,
|
||||
py27-django13,
|
||||
|
||||
py25-django12-examples,
|
||||
py26-django12-examples,
|
||||
py25-django12e,
|
||||
py26-django12e,
|
||||
py27-django12-examples,
|
||||
py25-django13-examples,
|
||||
py26-django13-examples,
|
||||
|
@ -69,7 +69,7 @@ deps=
|
|||
|
||||
####################################### EXAMPLES ################################################
|
||||
|
||||
[testenv:py25-django12-examples]
|
||||
[testenv:py25-django12e]
|
||||
basepython=python2.5
|
||||
commands=
|
||||
python examples/runtests.py
|
||||
|
@ -83,7 +83,7 @@ deps=
|
|||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
|
||||
[testenv:py26-django12-examples]
|
||||
[testenv:py26-django12e]
|
||||
basepython=python2.6
|
||||
commands=
|
||||
python examples/runtests.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user