Remove tox -epy27 envlist

We currently don't have python things to test.

Change-Id: Iff07857e77a41e2b1b84bf0a3711522eb416ba6f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-22 16:52:55 -04:00
parent 4f6dfe49b1
commit 1dc089d260
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

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