view tox.ini @ 46:cb1a02a413bc

note dependencies
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 Sep 2017 11:29:44 -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