view tox.ini @ 32:0f29b02f4806

[logistic regression] add model
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 13:20:25 -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