comparison tox.ini @ 0:7a4a073ee13e

initial commit
author Jeff Hammel <k0scist@gmail.com>
date Mon, 22 May 2017 18:50:11 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7a4a073ee13e
1 # https://tox.readthedocs.io/en/latest/
2 [tox]
3 envlist=py27
4 [testenv]
5 commands=python setup.py test
6