comparison tox.ini @ 27:22218d90d33f

[requirements] add requirements file + fix tox
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 11:38:46 -0700
parents a70bd2cd508b
children 018c70393353
comparison
equal deleted inserted replaced
26:d945a862617c 27:22218d90d33f
1 # https://tox.readthedocs.io/en/latest/ 1 # https://tox.readthedocs.io/en/latest/
2 [tox] 2 [tox]
3 envlist=py27 3 envlist=py27
4 [testenv] 4 [testenv]
5 commands=python setup.py test 5 commands=python setup.py test
6 6 deps = -rrequirements.txt