From 40ac189b94946f640a3e09b67fc87a6247e11efa Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Apr 19 2018 18:56:33 +0000 Subject: Run flake8 with tox. We currently run it in our Jenkins pipeline. We should run it here too. --- diff --git a/tox.ini b/tox.ini index 375d950..963f2ae 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = lint,py36 +envlist = flake8,lint,py36 # Cannot build tox here until this is merged and released # https://github.com/ignatenkobrain/sphinxcontrib-issuetracker/pull/13