From 6385206bfa86996c79bf5f62a17e0ca8442741de Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 31 Mar 2014 14:18:14 -0400 Subject: [PATCH] Allow running tox without any arguments This commit adds an envlist to the tox.ini to enable running tox without any arguments. This is based on nova-specs change: I3137ce5ae5631bf5bcf0455a17828369dea6b9fd --- {{cookiecutter.repo_name}}/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.repo_name}}/tox.ini b/{{cookiecutter.repo_name}}/tox.ini index a71344d..9c71a9a 100644 --- a/{{cookiecutter.repo_name}}/tox.ini +++ b/{{cookiecutter.repo_name}}/tox.ini @@ -1,5 +1,6 @@ [tox] minversion = 1.6 +envlist = docs skipsdist = True [testenv]