Codebase list python-castellan / e9ea252
fix list of default virtualenvs Update the list of default virtualenvs that are run when a developer just runs "tox" without specifying an environment. Change-Id: I38caffbc10c2c8c559212e371baee9d3272f8864 Signed-off-by: Doug Hellmann <doug@doughellmann.com> Doug Hellmann 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 [tox]
11 minversion = 1.6
2 envlist = py35,py27,pypy,pep8
2 envlist = py35,py27,pep8
33 skipsdist = True
44
55 [testenv]