Mercurial > hg > GlobalNeighbors
annotate tox.ini @ 25:991bce6b6881 default tip
[knn] placeholder for planning session
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 17 Sep 2017 14:35:50 -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 |
