diff tox.ini @ 29:d742aff49859

-> python3
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 May 2020 18:46:40 -0700
parents b3a950065844
children
line wrap: on
line diff
--- a/tox.ini	Sun May 10 18:39:21 2020 -0700
+++ b/tox.ini	Sun May 10 18:46:40 2020 -0700
@@ -1,7 +1,6 @@
 # https://tox.readthedocs.io/en/latest/
-
 [tox]
-envlist=py27
+envlist=py27,py37
 
 [testenv]
 commands=python setup.py test
\ No newline at end of file