From d35649e4959dabc9ddcc11727d84ffc0470e02b1 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 1 Oct 2015 10:38:23 -0400 Subject: [PATCH] Reorder tox.ini envlist Here we are replacing pypy with docs. Mostly because we gate on docs and not pypy. Change-Id: I896e403a397b3964dcb3209cfcc84efcbe513fba Signed-off-by: Paul Belanger --- .gitignore | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0246638..d25d4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ AUTHORS ChangeLog cover/ +doc/build/ diff --git a/tox.ini b/tox.ini index 50b525d..7edbaac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = docs,pep8,py27,py34 skipsdist = True [testenv]