diff tox.ini @ 256:f10f5beb8ad1

pytest now actually runs the tests
author Jeff Hammel <k0scist@gmail.com>
date Sat, 27 May 2017 09:37:15 -0700
parents 1c6807a22cea
children
line wrap: on
line diff
--- a/tox.ini	Fri May 26 14:18:47 2017 -0700
+++ b/tox.ini	Sat May 27 09:37:15 2017 -0700
@@ -2,4 +2,5 @@
 [tox]
 envlist=py27
 [testenv]
-commands=python setup.py test
\ No newline at end of file
+deps=pytest
+commands=pytest tests/
\ No newline at end of file