Add tox.ini
This commit is contained in:
@@ -12,3 +12,4 @@ distribute-\d+.\d+.\d+.tar.gz$
|
|||||||
build$
|
build$
|
||||||
dist$
|
dist$
|
||||||
.*\.egg-info$
|
.*\.egg-info$
|
||||||
|
\.tox$
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -1,6 +1,5 @@
|
|||||||
# Release procedure:
|
# Release procedure:
|
||||||
# - run unit tests with python 3.3 in debug mode
|
# - run tox (to run runtests.py and run_aiotest.py)
|
||||||
# - run unit tests with python dev (3.5) in debug mode
|
|
||||||
# - maybe test examples
|
# - maybe test examples
|
||||||
# - update version in setup.py
|
# - update version in setup.py
|
||||||
# - hg ci
|
# - hg ci
|
||||||
|
|||||||
Reference in New Issue
Block a user