diff 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
line wrap: on
line diff
--- a/tox.ini	Sat Jun 24 14:04:00 2017 -0700
+++ b/tox.ini	Sat Jun 24 14:48:31 2017 -0700
@@ -2,5 +2,6 @@
 [tox]
 envlist=py27
 [testenv]
-commands=python setup.py test
+deps = pytest
+commands=pytest tests/