Add tox configuration file.
Note: The tests do not currently pass.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
[tox]
|
||||
envlist=
|
||||
py26-django15,
|
||||
py27-django15,
|
||||
py26-django14,
|
||||
py27-django14,
|
||||
|
||||
[testenv]
|
||||
commands=
|
||||
python manage.py test
|
||||
|
||||
# Build configurations
|
||||
|
||||
[testenv:py26-django15]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.5
|
||||
|
||||
[testenv:py27-django15]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.5
|
||||
|
||||
[testenv:py26-django14]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.4.5
|
||||
|
||||
[testenv:py27-django14]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.4.5
|
||||
|
||||
Reference in New Issue
Block a user