This commit is contained in:
Tom Christie 2015-02-17 16:49:43 +00:00
commit 4f19e1d1b3

View File

@ -1,4 +1,5 @@
[tox]
skipsdist=True
envlist =
py27-{flake8,docs},
{py26,py27}-django14,
@ -6,6 +7,7 @@ envlist =
{py27,py32,py33,py34}-django{17,18alpha}
[testenv]
skipsdist=True
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1