tox.ini cleanup

This commit is contained in:
Dmitry Tantsur 2017-09-20 12:41:35 +02:00
parent 8d3f6973f0
commit 7f33880d77
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8
envlist = py27,py35,pep8
[testenv]
usedevelop = True
@ -16,7 +16,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY \
commands = {posargs}
[testenv:pep8]
basepython = python2.7
basepython = python2
commands =
flake8 metalsmith
doc8 README.rst
@ -25,4 +25,4 @@ commands =
max-complexity=15
[hacking]
import_exceptions = ironicclient.exceptions,ironic_inspector.common.i18n
import_exceptions = ironicclient.exceptions