tox: default envlist to supported python versions

- Removes py26,py32,py33 due EOL
- Added missing py36,py36,py37

Change-Id: I365c11decab680d3c7d3bfdd1b7328cb7efb3a1a
This commit is contained in:
Sorin Sbarnea 2018-07-17 14:29:01 +01:00
parent ed3c79e452
commit de0d27144e
No known key found for this signature in database
GPG Key ID: B85725D917D27B8A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,py34,pep8
envlist = pep8,docs,py27,py37,py36,py35,py34
[testenv]
install_command = pip install -U {opts} {packages}