view tox.ini @ 54:0807ac8992ba

[logistic regression] note further steps
author Jeff Hammel <k0scist@gmail.com>
date Sun, 24 Sep 2017 15:25:49 -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