Commit a3f513c8 by Xavier Ordoquy

Merge pull request #3904 from charettes/tox-warnings

Displayed warnings during test suite.
parents 61f3ccf3 57608b93
...@@ -11,6 +11,7 @@ envlist = ...@@ -11,6 +11,7 @@ envlist =
commands = ./runtests.py --fast {posargs} --coverage -rw commands = ./runtests.py --fast {posargs} --coverage -rw
setenv = setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
PYTHONWARNINGS=once
deps = deps =
django17: Django==1.7.11 django17: Django==1.7.11
django18: Django==1.8.9 django18: Django==1.8.9
......
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