Mercurial > hg > GlobalNeighbors
annotate tox.ini @ 15:21095c9006e5
city page is now functional + linky
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 25 Jun 2017 14:55:53 -0700 |
parents | 6d89ea94930b |
children |
rev | line source |
---|---|
0
5dba84370182
initial commit; half-working prototype
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
1 # https://tox.readthedocs.io/en/latest/ |
5dba84370182
initial commit; half-working prototype
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
2 [tox] |
5dba84370182
initial commit; half-working prototype
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
3 envlist=py27 |
6 | 4 |
0
5dba84370182
initial commit; half-working prototype
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
5 [testenv] |
3 | 6 deps = pytest |
6 | 7 jinja2 |
12
6d89ea94930b
add passthrough fileserver for autocomplete
Jeff Hammel <k0scist@gmail.com>
parents:
6
diff
changeset
|
8 paste |
3 | 9 commands=pytest tests/ |
0
5dba84370182
initial commit; half-working prototype
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
10 |