view tox.ini @ 30:ae0c345ea09d

remove ephemeral notes
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 12:04:58 -0700
parents 22218d90d33f
children 018c70393353
line wrap: on
line source

# https://tox.readthedocs.io/en/latest/
[tox]
envlist=py27
[testenv]
commands=python setup.py test
deps = -rrequirements.txt