Merge pull request #1993 from jpadilla/master

Use PYTHONDONTWRITEBYTECODE=1 on tox environment
This commit is contained in:
Carlton Gibson 2014-10-29 11:03:39 +01:00
commit c164d5b31d

View File

@ -9,6 +9,8 @@ envlist =
[testenv]
commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1
[testenv:flake8]
basepython = python2.7