diff tox.ini @ 246:1c6807a22cea

go tox
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 17:53:26 -0700
parents
children f10f5beb8ad1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Fri Mar 31 17:53:26 2017 -0700
@@ -0,0 +1,5 @@
+# https://tox.readthedocs.io/en/latest/
+[tox]
+envlist=py27
+[testenv]
+commands=python setup.py test
\ No newline at end of file