diff -r 000000000000 -r c8e21d7dd685 tox.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tox.ini Wed Dec 05 12:45:56 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