We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebcb10 commit 7e15d82Copy full SHA for 7e15d82
tox.ini
@@ -1,8 +1,8 @@
1
[tox]
2
-envlist = lint, py27, py34, py35, py36
+envlist = lint, py27, py35, py36, py37
3
4
[testenv:lint]
5
-basepython = python2.7
+basepython = python3.7
6
deps = pylint
7
commands = pylint ibm_watson test examples
8
0 commit comments