# HG changeset patch # User Jeff Hammel # Date 1491075458 25200 # Node ID 7d6acedf1a67915501e939f3eca17da0db63c3a9 # Parent 22fbe50d92e8f811ef17715e13f2949964bbf995 add tox.ini diff -r 22fbe50d92e8 -r 7d6acedf1a67 tox.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tox.ini Sat Apr 01 12:37:38 2017 -0700 @@ -0,0 +1,5 @@ +# https://tox.readthedocs.io/en/latest/ +[tox] +envlist=py27 +[testenv] +commands=python setup.py test