diff tox.ini @ 6:316e1d54ffd4

move to jinja templates
author Jeff Hammel <k0scist@gmail.com>
date Sat, 24 Jun 2017 15:47:59 -0700
parents 49aae0c0293b
children 6d89ea94930b
line wrap: on
line diff
--- a/tox.ini	Sat Jun 24 15:16:10 2017 -0700
+++ b/tox.ini	Sat Jun 24 15:47:59 2017 -0700
@@ -1,7 +1,9 @@
 # https://tox.readthedocs.io/en/latest/
 [tox]
 envlist=py27
+
 [testenv]
 deps = pytest
+       jinja2
 commands=pytest tests/