diff tox.ini @ 0:a70bd2cd508b

initial commit
author Jeff Hammel <k0scist@gmail.com>
date Sun, 13 Aug 2017 16:00:15 -0700
parents
children 22218d90d33f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sun Aug 13 16:00:15 2017 -0700
@@ -0,0 +1,6 @@
+# https://tox.readthedocs.io/en/latest/
+[tox]
+envlist=py27
+[testenv]
+commands=python setup.py test
+