Steve Piercy
2017-06-16 d505174d3217025ea87a7b51d0adff73c5e9e199
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tox]
envlist = 
    env27,ttw27-create,ttw27-install
 
[testenv:env27]
envdir = env27
basepython = python2.7
usedevelop = True
deps = setuptools-git
commands =
    python setup.py dev
 
[testenv:ttw27-create]
envdir = env27
usedevelop = True
changedir = env27
commands =
    pcreate -s starter hacking
 
[testenv:ttw27-install]
envdir = env27
usedevelop = True
changedir = env27/hacking
commands =
    python setup.py develop