Commit c164d5b3 by Carlton Gibson

Merge pull request #1993 from jpadilla/master

Use PYTHONDONTWRITEBYTECODE=1 on tox environment
parents 4ad4fca6 8af3d5db
...@@ -9,6 +9,8 @@ envlist = ...@@ -9,6 +9,8 @@ envlist =
[testenv] [testenv]
commands = ./runtests.py --fast commands = ./runtests.py --fast
setenv =
PYTHONDONTWRITEBYTECODE=1
[testenv:flake8] [testenv:flake8]
basepython = python2.7 basepython = python2.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment