summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-16 17:36:09 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-01-16 17:36:09 +0100
commitdb96e190a4a025cc9a99bc4fc18dc1830324ac7d (patch)
tree97fadcd9792510e1d91c982ad09d873766c1817e
parent099ecbea6ee0e9adce23ca7f03bea2b945ba45a3 (diff)
downloadtrollius-db96e190a4a025cc9a99bc4fc18dc1830324ac7d.tar.gz
tox.ini: fix comment
-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