Run pep8 as part of default tox run

Change-Id: I516f96bcd07cdff118429e77325059b193ba2690
This commit is contained in:
sandriichenko 2018-02-23 14:53:00 +02:00
parent bbc01e3510
commit 5f8208e67a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py35,py27,flake8 envlist = py35,py27,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]