Skip to content

Commit f568e16

Browse files
author
cclauss
authored
tox.ini: Add py37 and start linting on py3, not py2
1 parent a6879aa commit f568e16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
2-
envlist = lint, py27, py34, py35, py36
2+
envlist = lint, py27, py34, py35, py36, py37
33

44
[testenv:lint]
5-
basepython = python2.7
5+
basepython = python3.7
66
deps = pylint
77
commands = pylint watson_developer_cloud test examples
88

@@ -14,4 +14,4 @@ commands =
1414
deps =
1515
-r{toxinidir}/requirements.txt
1616
-r{toxinidir}/requirements-dev.txt
17-
exclude = .venv,.git,.tox,docs
17+
exclude = .venv,.git,.tox,docs

0 commit comments

Comments
 (0)