annotate tox.ini @ 70:351fc97bb996

add error computation + test functions
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 13:22:44 -0800
parents 018c70393353
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a70bd2cd508b initial commit
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
1 # https://tox.readthedocs.io/en/latest/
a70bd2cd508b initial commit
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
2 [tox]
34
018c70393353 [tox] use 3.5 too
Jeff Hammel <k0scist@gmail.com>
parents: 27
diff changeset
3 envlist=py27,py35
0
a70bd2cd508b initial commit
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
4 [testenv]
a70bd2cd508b initial commit
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
5 commands=python setup.py test
27
22218d90d33f [requirements] add requirements file + fix tox
Jeff Hammel <k0scist@gmail.com>
parents: 0
diff changeset
6 deps = -rrequirements.txt