diff tox.ini @ 107:450aff4c97e3

py35 compat
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 17:06:59 -0700
parents ae8df6457f05
children
line wrap: on
line diff
--- a/tox.ini	Fri Mar 31 16:38:02 2017 -0700
+++ b/tox.ini	Fri Mar 31 17:06:59 2017 -0700
@@ -1,2 +1,5 @@
+# https://tox.readthedocs.io/en/latest/
 [tox]
-envlist=py27,py35
+envlist=py27
+[testenv]
+commands=python setup.py test