mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-25 04:14:23 +03:00
Rename examples in tox.
This commit is contained in:
parent
0b21af9388
commit
1a72836edc
18
tox.ini
18
tox.ini
|
@ -120,7 +120,7 @@ deps=
|
||||||
|
|
||||||
####################################### EXAMPLES ################################################
|
####################################### EXAMPLES ################################################
|
||||||
|
|
||||||
[testenv:py25-django12e]
|
[testenv:py25-django12-examples]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -134,7 +134,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py26-django12e]
|
[testenv:py26-django12-examples]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -148,7 +148,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py27-django12e]
|
[testenv:py27-django12-examples]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -162,7 +162,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py25-django13e]
|
[testenv:py25-django13-examples]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -176,7 +176,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py26-django13e]
|
[testenv:py26-django13-examples]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -190,7 +190,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py27-django13e]
|
[testenv:py27-django13-examples]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -204,7 +204,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py25-django14a1e]
|
[testenv:py25-django14a1-examples]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -218,7 +218,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py26-django14a1e]
|
[testenv:py26-django14a1-examples]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
@ -232,7 +232,7 @@ deps=
|
||||||
unittest-xml-reporting==1.2
|
unittest-xml-reporting==1.2
|
||||||
Pyyaml==3.10
|
Pyyaml==3.10
|
||||||
|
|
||||||
[testenv:py27-django14a1e]
|
[testenv:py27-django14a1-examples]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
commands=
|
commands=
|
||||||
python examples/runtests.py
|
python examples/runtests.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user