view tox.ini @ 61:0e6743d5416d

notes on averaging
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 Dec 2017 18:18:32 -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