Skip to content

Commit 95aa417

Browse files
committed
Remove python 3.5 from tox.ini
Remove python 3.5 from tox.ini for now due to failing travis test. It should anyhow be sufficient to test with 3.4 and 3.6.
1 parent aed1eed commit 95aa417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist=True
3-
envlist = py27,py34,py35,py36,lint
3+
envlist = py27,py34,py36,lint
44
skip_missing_interpreters=True
55

66
[testenv]

0 commit comments

Comments
 (0)