summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 192a0b9..6209ff4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ envlist = py33,py34,py3_release
[testenv]
deps=
aiotest
+# Run tests in debug mode
setenv =
PYTHONASYNCIODEBUG = 1
commands=
@@ -11,7 +12,7 @@ commands=
python run_aiotest.py -r {posargs}
[testenv:py3_release]
-# Run tests in debug mode
+# Run tests in release mode
setenv =
PYTHONASYNCIODEBUG =
basepython = python3