Remove tox -epy27 envlist

We currently don't have python things to test.

Change-Id: Ie4490ce222d4212bf941c123766aacfc5b1b9281
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-22 16:44:48 -04:00
parent 1a57d14d34
commit 2fe384f6cb
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8, py27
envlist = pep8
[testenv]
install_command = pip install {opts} {packages}