tox.ini
changeset 281 b04690a8d80f
child 421 ec94b4026195
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Fri Nov 16 15:15:13 2018 +0100
@@ -0,0 +1,11 @@
+# tox (https://tox.readthedocs.io/) is a tool for running tests
+# in multiple virtualenvs. This configuration file will run the
+# test suite on all supported python versions. To use it, "pip install tox"
+# and then run "tox" from this directory.
+
+[tox]
+envlist = py34, py35, py36, pypy
+
+[testenv]
+commands = python setup.py test
+deps = -c http://download.ztfy.org/pyams/requirements.txt