1
0
forked from VimPlug/jedi

Don't test Python 3.4 in tox anymore by default

This commit is contained in:
Dave Halter
2019-12-20 11:52:19 +01:00
parent 0194efcd6b
commit afbd8cad89

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37
[testenv]
extras = testing
deps =