diff options
| author | Tom Christie | 2012-01-02 18:36:53 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-01-02 18:36:53 +0000 |
| commit | 1a72836edce52d50f2775af85a1de4280913c7fb (patch) | |
| tree | 683ee94e6f493ef1d93ca86d6381f48f3422b95b | |
| parent | 0b21af938825830a85a9cbb6515b985e72f19453 (diff) | |
| download | django-rest-framework-1a72836edce52d50f2775af85a1de4280913c7fb.tar.bz2 | |
Rename examples in tox.
| -rw-r--r-- | tox.ini | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -120,7 +120,7 @@ deps= ####################################### EXAMPLES ################################################ -[testenv:py25-django12e] +[testenv:py25-django12-examples] basepython=python2.5 commands= python examples/runtests.py @@ -134,7 +134,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py26-django12e] +[testenv:py26-django12-examples] basepython=python2.6 commands= python examples/runtests.py @@ -148,7 +148,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py27-django12e] +[testenv:py27-django12-examples] basepython=python2.7 commands= python examples/runtests.py @@ -162,7 +162,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py25-django13e] +[testenv:py25-django13-examples] basepython=python2.5 commands= python examples/runtests.py @@ -176,7 +176,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py26-django13e] +[testenv:py26-django13-examples] basepython=python2.6 commands= python examples/runtests.py @@ -190,7 +190,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py27-django13e] +[testenv:py27-django13-examples] basepython=python2.7 commands= python examples/runtests.py @@ -204,7 +204,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py25-django14a1e] +[testenv:py25-django14a1-examples] basepython=python2.5 commands= python examples/runtests.py @@ -218,7 +218,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py26-django14a1e] +[testenv:py26-django14a1-examples] basepython=python2.6 commands= python examples/runtests.py @@ -232,7 +232,7 @@ deps= unittest-xml-reporting==1.2 Pyyaml==3.10 -[testenv:py27-django14a1e] +[testenv:py27-django14a1-examples] basepython=python2.7 commands= python examples/runtests.py |
