summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJared Deckard <jared.deckard@gmail.com>2016-12-16 07:11:20 -0600
committerClaudiu Popa <pcmanticore@gmail.com>2016-12-16 15:11:19 +0200
commita6f13937231dd8ad0c762ce28f48415faf0b6564 (patch)
tree3b1a558c1b84da068bfbba68a831d245929310e2 /Makefile
parentea4273cdff22cb5c0bc5fd8a408cd03b454c43bf (diff)
downloadpylint-git-a6f13937231dd8ad0c762ce28f48415faf0b6564.tar.gz
Upgrade tox to v2.x for py35 compatability (#1220) (#1221)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2622d381e..bad07ba94 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ $(PIP):
virtualenv $(PYVE)
$(TOX): $(PIP)
- $(PIP) install tox==1.7
+ $(PIP) install tox~=2.0
ifdef TOXENV