view tox.ini @ 60:38fe99071b11

[documentation] install editable instructions that work
author Jeff Hammel <k0scist@gmail.com>
date Sat, 02 Dec 2017 10:22:25 -0800
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