diff tox.ini @ 91:823c5c26fe66

toxify
author Jeff Hammel <k0scist@gmail.com>
date Wed, 12 Apr 2017 12:47:44 -0700
parents
children 36f5d31c3ed6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Wed Apr 12 12:47:44 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