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 <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-01 10:38:23 -04:00
parent a61e30d33b
commit d35649e495
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
AUTHORS
ChangeLog
cover/
doc/build/

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pypy,pep8
envlist = docs,pep8,py27,py34
skipsdist = True
[testenv]