comparison tox.ini @ 0:5dba84370182

initial commit; half-working prototype
author Jeff Hammel <k0scist@gmail.com>
date Sat, 24 Jun 2017 12:03:39 -0700
parents
children 49aae0c0293b
comparison
equal deleted inserted replaced
-1:000000000000 0:5dba84370182
1 # https://tox.readthedocs.io/en/latest/
2 [tox]
3 envlist=py27
4 [testenv]
5 commands=python setup.py test
6