comparison tox.ini @ 0:a70bd2cd508b

initial commit
author Jeff Hammel <k0scist@gmail.com>
date Sun, 13 Aug 2017 16:00:15 -0700
parents
children 22218d90d33f
comparison
equal deleted inserted replaced
-1:000000000000 0:a70bd2cd508b
1 # https://tox.readthedocs.io/en/latest/
2 [tox]
3 envlist=py27
4 [testenv]
5 commands=python setup.py test
6