Add python3 classifiers

Also prefer to lowercase `ignore_basepython_conflict` value to
uniformize with other oslo projects.

Change-Id: Ia5b47f1dd3b4aee25b1182620f61f05b0f1fb56f
This commit is contained in:
Hervé Beraud 2020-02-04 10:02:16 +01:00 committed by Stephen Finucane
parent 433c6d563c
commit 1161c1c60c
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
[files]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
envlist = py37,docs,pep8
ignore_basepython_conflict = True
ignore_basepython_conflict = true
[testenv]
basepython = python3