2012-09-25 15:21:05 +04:00
|
|
|
[tox]
|
2014-05-16 02:50:16 +04:00
|
|
|
envlist =
|
2014-12-04 02:03:08 +03:00
|
|
|
py27-{flake8,docs},
|
2014-11-25 14:03:54 +03:00
|
|
|
{py26,py27}-django14,
|
|
|
|
{py26,py27,py32,py33,py34}-django{15,16},
|
2015-04-05 05:07:11 +03:00
|
|
|
{py27,py32,py33,py34}-django{17,18,master}
|
2012-09-25 15:21:05 +04:00
|
|
|
|
|
|
|
[testenv]
|
2014-08-19 16:28:07 +04:00
|
|
|
commands = ./runtests.py --fast
|
2014-10-28 23:58:25 +03:00
|
|
|
setenv =
|
|
|
|
PYTHONDONTWRITEBYTECODE=1
|
2014-11-25 12:57:46 +03:00
|
|
|
deps =
|
2015-01-08 17:51:08 +03:00
|
|
|
django14: Django==1.4.11 # Should track minimum supported
|
|
|
|
django15: Django==1.5.6 # Should track minimum supported
|
|
|
|
django16: Django==1.6.3 # Should track minimum supported
|
2015-01-08 17:54:54 +03:00
|
|
|
django17: Django==1.7.2 # Should track maximum supported
|
2015-04-02 02:15:51 +03:00
|
|
|
django18: Django==1.8 # Should track maximum supported
|
2015-04-05 05:18:52 +03:00
|
|
|
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
2015-02-17 15:46:55 +03:00
|
|
|
-rrequirements/requirements-testing.txt
|
|
|
|
-rrequirements/requirements-optionals.txt
|
2013-02-01 18:03:28 +04:00
|
|
|
|
2014-11-25 12:57:46 +03:00
|
|
|
[testenv:py27-flake8]
|
|
|
|
deps =
|
2015-02-17 15:46:55 +03:00
|
|
|
-rrequirements/requirements-codestyle.txt
|
2015-03-23 18:59:18 +03:00
|
|
|
-rrequirements/requirements-testing.txt
|
2014-11-25 12:57:46 +03:00
|
|
|
commands = ./runtests.py --lintonly
|
2012-09-25 15:21:05 +04:00
|
|
|
|
2014-10-23 00:22:16 +04:00
|
|
|
[testenv:py27-docs]
|
|
|
|
deps =
|
2015-02-17 15:46:55 +03:00
|
|
|
-rrequirements/requirements-testing.txt
|
|
|
|
-rrequirements/requirements-documentation.txt
|
2014-10-23 00:22:16 +04:00
|
|
|
commands = mkdocs build
|