diff options
| author | Tom Christie | 2014-10-31 15:19:40 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-10-31 15:19:40 +0000 |
| commit | 0e59c27e2f64f1ff242d0022d3d143d0aeb549bf (patch) | |
| tree | c5ed0deaec54b6e99176f51514a84a414bc2ecae /tox.ini | |
| parent | 159c3de9fc25c63e6e0ca1fe6b0cea26ea38a070 (diff) | |
| parent | 4ce4a7c41a3e7b22dfb0aaeeea1c195e7db32447 (diff) | |
| download | django-rest-framework-0e59c27e2f64f1ff242d0022d3d143d0aeb549bf.tar.bz2 | |
Merge branch 'master' into version-3.0
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ envlist = [testenv] commands = ./runtests.py --fast +setenv = + PYTHONDONTWRITEBYTECODE=1 [testenv:flake8] basepython = python2.7 |
