dpaste/tox.ini
Martin Mahner c6de63e3e7 Store tox files in dropbox.
Here I sync all projects with dropbox and having the tox files in the project leads in hundreds of thousands of files to sync.
2013-11-26 11:09:24 +01:00

23 lines
351 B
INI

[tox]
toxworkdir=/tmp/tox/dpaste
envlist=
py27-django-1.4,
py27-django-1.5,
py27-django-1.6,
py33-django-1.6,
[testenv]
commands=
python runtests.py
[testenv:py27-django-1.4]
deps=django==1.4.10
[testenv:py27-django-1.5]
deps=django==1.5.5
[testenv:py27-django-1.6]
deps=django==1.6
[testenv:py33-django-1.6]
deps=django==1.6