Adds envlist to tox.ini for comfortable tox call

Change-Id: I2458cf545477cb04348bf73a2941461502f82876
This commit is contained in:
Petr Blaho 2015-03-16 11:09:55 +01:00 committed by Dariusz Smigiel
parent 9acd1d0833
commit 68db0cd9c1

View File

@ -1,6 +1,7 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
envlist = docs,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True