From df06b6a415880135529a009552358ae44c588f2f Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 1 Jun 2015 09:29:09 -0400 Subject: [PATCH] Don't run integration tests by default Change-Id: I8966073e8181ede54bb3bcdec191562331809a09 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 836c008..1ec82c5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minverson = 1.6 -envlist = py34, py27, pep8, docs, integration +envlist = py34, py27, pep8, docs skipsdist = True [testenv]