Cleanup py27 support

This commit cleanup below:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Add "ignore_basepython_conflict=True" to tox.ini

Change-Id: Ic4fcc1fb15f214ca4204f56ee1ea15dc6a782fc2
This commit is contained in:
zhangbailin
2020-04-05 14:36:44 +08:00
committed by Brin Zhang
parent 6a0fe94e5c
commit f3c427bdef
3 changed files with 4 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
minversion = 2.0
envlist = py36,py37,pep8
skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3