# limitations under the License.
[tox]
-envlist = py35,pep8,cov,pylint
+envlist = py36,pep8,cov,pylint
skipsdist = true
[tox:jenkins]
[testenv]
basepython =
- py35: python3.5
- pep8: python3.5
- cov: python3.5
- pylint: python3.5
+ py36: python3
+ pep8: python3
+ cov: python3
+ pylint: python3
setenv =
PYTHONPATH = {toxinidir}/../share
deps =
[testenv:pep8]
deps=flake8
-commands=python3.5 -m flake8
+commands=python3 -m flake8
[testenv:cov]
commands = coverage xml --omit="./venv-tox/*,./.tox/*,*tests*,*__init__.py,*newton_base*,*common*, *site-packages*"