view tox.ini @ 33:e2dd9503098f

finalize logistic regression notes
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 13:29:11 -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