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
This commit is contained in:
Matthew Treinish 2014-03-31 14:18:14 -04:00
parent 83ed9ad804
commit 6385206bfa
1 changed files with 1 additions and 0 deletions

View File

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