Fix name of tox pylint env (#14402)

This commit is contained in:
Martin Hjelmare 2018-05-12 10:07:10 +02:00 committed by Fabian Affolter
parent e80628d45b
commit 304137e7ff

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, lint, requirements, typing
envlist = py35, py36, lint, pylint, typing
skip_missing_interpreters = True
[testenv]