summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJared Garst <cultofjared@gmail.com>2016-10-05 12:47:30 -0700
committerClaudiu Popa <pcmanticore@gmail.com>2016-10-31 12:31:31 +0200
commit3a83a093d14d59d5026c0beae6bf025fe6b4ded7 (patch)
tree263fb0bd6ba957e251fd6c0f051f9620acb870a7 /tox.ini
parentd060a1b08caf76afe656db45d8644864c78a6a80 (diff)
downloadpylint-git-3a83a093d14d59d5026c0beae6bf025fe6b4ded7.tar.gz
Add deprecations for Python 3.6
tkinter.tix, importlib.machinery.SourceFileLoader.load_module and importlib.machinery.SourcelessFileLoader.load_module() have been depreciated in Python 3.6.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d1baf4cba..3fe181669 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py33, py34, py35, pypy, jython, pylint
+envlist = py27, py33, py34, py35, py36, pypy, jython, pylint
skip_missing_interpreters = true
[testenv:pylint]