diff options
| author | markotibold | 2011-03-20 01:52:18 +0100 | 
|---|---|---|
| committer | markotibold | 2011-03-20 01:52:18 +0100 | 
| commit | e3b08c7f7412ceb1ee1c63fa6f189617e26a4bd4 (patch) | |
| tree | e91f637ab95df7eecc15c5bd08d2700e62013789 /tox.ini | |
| parent | 34c4585c6eb9f13d89b2a7f0aa11f8a9dce0d9a2 (diff) | |
| download | django-rest-framework-e3b08c7f7412ceb1ee1c63fa6f189617e26a4bd4.tar.bz2 | |
All should work fine now on jenkins. For some reason Tox with jenkins and env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 18 | 
1 files changed, 9 insertions, 9 deletions
@@ -1,5 +1,5 @@ -#This file is very NON-DRY because tox currently doesn't yet support interpolation like configparser does. -#There's ticket covering this at http://code.google.com/p/pytox/issues/detail?id=17#c0 +#This file is very NON-DRY because tox currently doesn't support interpolation like configparser does. +#There's a ticket covering this at http://code.google.com/p/pytox/issues/detail?id=17#c0  [tox]  envlist= @@ -12,10 +12,10 @@ envlist=      py25-django12e,      py26-django12e, -    py27-django12-examples, -    py25-django13-examples, -    py26-django13-examples, -    py27-django13-examples +    py27-django12e, +    py25-django13e, +    py26-django13e, +    py27-django13e  ########################################### CORE TESTS ############################################ @@ -96,7 +96,7 @@ deps=  	Markdown==2.0.3      https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip -[testenv:py27-django12-examples] +[testenv:py27-django12e]  basepython=python2.7  commands=  	python examples/runtests.py @@ -123,7 +123,7 @@ deps=  	Markdown==2.0.3      https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip -[testenv:py26-django13-examples] +[testenv:py26-django13e]  basepython=python2.6  commands=  	python examples/runtests.py @@ -136,7 +136,7 @@ deps=  	Markdown==2.0.3  	https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip -[testenv:py27-django13-examples] +[testenv:py27-django13e]  basepython=python2.7  commands=  	python examples/runtests.py  | 
