Michael Merickel
2018-10-10 2a69c7b60069d5c6de7a49436c26dd329f310fea
commit | author | age
00a08a 1 [tox]
TL 2 envlist = 
3     env27,ttw27-create,ttw27-install
4
5 [testenv:env27]
6 envdir = env27
7 basepython = python2.7
8 usedevelop = True
9 deps = setuptools-git
10 commands =
11     python setup.py dev
12
13 [testenv:ttw27-create]
14 envdir = env27
15 usedevelop = True
16 changedir = env27
17 commands =
18     pcreate -s starter hacking
19
20 [testenv:ttw27-install]
21 envdir = env27
22 usedevelop = True
23 changedir = env27/hacking
24 commands =
25     python setup.py develop