Merge "[ussuri][goal] More cleanup for python 2.7 drop"
This commit is contained in:
commit
76ab9f923d
@ -7,5 +7,5 @@
|
||||
# be installed in a specific order.
|
||||
openstackdocstheme>=1.19.0 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|
||||
sphinx>=1.8.0,!=2.1.0 # BSD
|
||||
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
||||
|
3
tox.ini
3
tox.ini
@ -1,7 +1,8 @@
|
||||
[tox]
|
||||
minversion = 2.5.0
|
||||
minversion = 3.1
|
||||
skipsdist = True
|
||||
envlist = py37,pep8,pypy
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
|
Loading…
x
Reference in New Issue
Block a user