diff tox.ini @ 28:b3a950065844

toxify
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 May 2020 18:39:21 -0700
parents
children d742aff49859
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sun May 10 18:39:21 2020 -0700
@@ -0,0 +1,7 @@
+# https://tox.readthedocs.io/en/latest/
+
+[tox]
+envlist=py27
+
+[testenv]
+commands=python setup.py test
\ No newline at end of file