Don't run integration tests by default

Change-Id: I8966073e8181ede54bb3bcdec191562331809a09
This commit is contained in:
aviau 2015-06-01 09:29:09 -04:00
parent b0185f4fff
commit df06b6a415

View File

@ -1,6 +1,6 @@
[tox]
minverson = 1.6
envlist = py34, py27, pep8, docs, integration
envlist = py34, py27, pep8, docs
skipsdist = True
[testenv]