Drop Python2.7 support

Monasca-analytics builds on Spark and is supporting Python3.6
but the old version of Spark doesn't support Python3.6. So we
drop Python2.7 support with this patch.

Change-Id: Ib58d3a22c71e5237d57a8436e1208922586db091
This commit is contained in:
Hisashi Osanai 2019-09-13 03:00:56 +00:00
parent 0fe7c27e2f
commit d738153604
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py27
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py27