mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-12 09:13:13 +00:00
Add tox.ini
This commit is contained in:
parent
75443cd014
commit
da5f722424
1 changed files with 23 additions and 0 deletions
23
tox.ini
Normal file
23
tox.ini
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py2.6-django1.2,py2.6-django1.3,
|
||||
py2.7-django1.2,py2.7-django1.3
|
||||
|
||||
[testenv]
|
||||
commands = python -Wall setup.py test
|
||||
|
||||
[testenv:py2.6-django1.2]
|
||||
basepython = python2.6
|
||||
deps = Django>=1.2,<1.3
|
||||
|
||||
[testenv:py2.6-django1.3]
|
||||
basepython = python2.6
|
||||
deps = Django>=1.3
|
||||
|
||||
[testenv:py2.7-django1.2]
|
||||
basepython = python2.7
|
||||
deps = Django>=1.2,<1.3
|
||||
|
||||
[testenv:py2.7-django1.3]
|
||||
basepython = python2.7
|
||||
deps = Django>=1.3
|
||||
Loading…
Reference in a new issue