diff tox.ini @ 92:36f5d31c3ed6

partial upgrade to py3.7
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 May 2020 14:43:00 -0700
parents 823c5c26fe66
children 65ef62208d05
line wrap: on
line diff
--- a/tox.ini	Wed Apr 12 12:47:44 2017 -0700
+++ b/tox.ini	Sun May 10 14:43:00 2020 -0700
@@ -1,5 +1,5 @@
 # https://tox.readthedocs.io/en/latest/
 [tox]
-envlist=py27
+envlist=py27,py37
 [testenv]
 commands=python setup.py test
\ No newline at end of file