Mercurial > hg > GlobalNeighbors
comparison tox.ini @ 3:49aae0c0293b
improved test coverage
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 24 Jun 2017 14:48:31 -0700 |
parents | 5dba84370182 |
children | 316e1d54ffd4 |
comparison
equal
deleted
inserted
replaced
2:50ee13cddf58 | 3:49aae0c0293b |
---|---|
1 # https://tox.readthedocs.io/en/latest/ | 1 # https://tox.readthedocs.io/en/latest/ |
2 [tox] | 2 [tox] |
3 envlist=py27 | 3 envlist=py27 |
4 [testenv] | 4 [testenv] |
5 commands=python setup.py test | 5 deps = pytest |
6 commands=pytest tests/ | |
6 | 7 |