summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-18 12:36:40 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-18 12:36:40 +0100
commit0a99e5f2e2f1ae3d9e26a460fcb311e5f814f8f4 (patch)
tree76bb788fe33f0fb731d3d6e6b09ae432f6db7ab7 /setup.py
parent5fb15e5a4ba08dfa7a1985422578ca1da88eefdd (diff)
downloadtrollius-0a99e5f2e2f1ae3d9e26a460fcb311e5f814f8f4.tar.gz
Add tox.ini
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3a3a4db..87a629d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,5 @@
# Release procedure:
-# - run unit tests with python 3.3 in debug mode
-# - run unit tests with python dev (3.5) in debug mode
+# - run tox (to run runtests.py and run_aiotest.py)
# - maybe test examples
# - update version in setup.py
# - hg ci