New tox.ini and requirements

Change-Id: Ie82ddb5ae84cc4a724476982fb3aaf315dae68c9
This commit is contained in:
Fabio Verboso 2020-08-17 11:16:15 +02:00
parent a71417de71
commit a91724e5b4
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ keystonemiddleware>=4.17.0 # Apache-2.0
autobahn>=18.10.1 # MIT License
python-neutronclient>=6.7.0 # Apache-2.0
python-designateclient>=2.11.0 # Apache-2.0
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,!=1.4.0 # BSD
PyMySQL>=0.7.6 # MIT License
osprofiler>=1.5.0 # Apache-2.0
WSME>=0.8 # MIT

10
tox.ini
View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = py35,pep8
minversion = 3.1.1
envlist = py3,pep8
skipsdist = True
[testenv]
@ -19,11 +19,11 @@ commands =
find . -type f -name "*.pyc" -delete
[testenv:pep8]
basepython = python2.7
basepython = python3
commands = flake8 {posargs}
[testenv:py35]
basepython = python3.5
[testenv:py3]
basepython = python3
[flake8]