From 775d69037b9fd82e36a449b8410f25a685e46837 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 31 Mar 2014 12:01:34 -0400 Subject: [PATCH] Allow running 'tox' with no arguments Change-Id: I3137ce5ae5631bf5bcf0455a17828369dea6b9fd --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4bdd1f23c..aacefbec6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] minversion = 1.6 +envlist = docs skipsdist = True [testenv]