view tox.ini @ 52:0b3daccfc36c

[documentation] link to lore python lib
author Jeff Hammel <k0scist@gmail.com>
date Sat, 23 Sep 2017 11:18:15 -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