commit | 5f8208e67a26e009e307c52afad0706d783889d2 | [log] [tgz] |
---|---|---|
author | sandriichenko <sandriichenko@mirantis.com> | Fri Feb 23 14:53:00 2018 +0200 |
committer | sandriichenko <sandriichenko@mirantis.com> | Fri Feb 23 14:53:00 2018 +0200 |
tree | f44b29be386fca066a467992632b84ed06cd7985 | |
parent | bbc01e351086f11ae7387ca0593f67e13d90a395 [diff] [blame] |
Run pep8 as part of default tox run Change-Id: I516f96bcd07cdff118429e77325059b193ba2690
diff --git a/tox.ini b/tox.ini index 3163c7d..f183956 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,flake8 +envlist = py35,py27,pep8 skipsdist = True [testenv]