comparison 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
comparison
equal deleted inserted replaced
5:7e27e874655b 6:316e1d54ffd4
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
4 [testenv] 5 [testenv]
5 deps = pytest 6 deps = pytest
7 jinja2
6 commands=pytest tests/ 8 commands=pytest tests/
7 9