Mercurial > hg > tvii
view tox.ini @ 38:a69d1e6ff46d
[documentation] note more links
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 04 Sep 2017 14:15:36 -0700 |
parents | 018c70393353 |
children |
line wrap: on
line source
# https://tox.readthedocs.io/en/latest/ [tox] envlist=py27,py35 [testenv] commands=python setup.py test deps = -rrequirements.txt