Fix a bug in the envlist for tox.

Python 3 tests must be run first.
This commit is contained in:
Paul Hummer 2015-12-07 12:17:23 -07:00
parent e2ab2cdc74
commit 424978ecf0
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[tox]
minversion = 1.6
envlist = py27,py34,pep8
# Python 3 tests MUST run first, due to this bug:
# https://bugs.launchpad.net/testrepository/+bug/1229445
envlist = py34,py27,pep8
skipsdist = True
[testenv]