No python 3.4 on xenial

A generic python 3 will suffice.
This commit is contained in:
Paul Hummer 2016-05-12 11:09:02 -06:00
parent 2275976c18
commit 4581f377e7
1 changed files with 1 additions and 1 deletions

View File

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