comparison tox.ini @ 12:6d89ea94930b

add passthrough fileserver for autocomplete
author Jeff Hammel <k0scist@gmail.com>
date Sun, 25 Jun 2017 13:18:13 -0700
parents 316e1d54ffd4
children
comparison
equal deleted inserted replaced
11:d1b99c695511 12:6d89ea94930b
3 envlist=py27 3 envlist=py27
4 4
5 [testenv] 5 [testenv]
6 deps = pytest 6 deps = pytest
7 jinja2 7 jinja2
8 paste
8 commands=pytest tests/ 9 commands=pytest tests/
9 10