Remove py27 env from tox.ini

Now that our jobs switched to using linters env, remove py27 from
the list.

Change-Id: I68829954d05ffea10ab85c9a7c4706d904c2e10a
This commit is contained in:
Vladyslav Drok 2017-10-25 17:54:11 +03:00
parent 5455809177
commit 52f6e6d07e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = linters,py27,docs
envlist = linters,docs
skipsdist = True
[testenv]