Remove python2

Nothing depends on pbrx yet. Python2 is weird. Just get rid of it.

Change-Id: Ief4fe4d46e03946b2452d6e2d6377d229426687e
This commit is contained in:
Monty Taylor 2018-07-10 16:27:11 -05:00
parent a50ce79a6d
commit bab58a11ab
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,6 @@
check:
jobs:
- tox-pep8
- tox-py27
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
@ -12,7 +11,6 @@
gate:
jobs:
- tox-pep8
- tox-py27
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic

View File

@ -12,8 +12,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py35,py36,py27,pep8
minversion = 2.0
envlist = py35,py36,pep8
skipsdist = True
[testenv]