diff -r f37f19b7fff3 -r b04690a8d80f tox.ini --- /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