travis: Run flake8 against Python 3.6

As with tox and make before it, we run everything that we can against
Python 3 (Python 3.6 in this case).

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2018-06-21 15:11:42 +01:00
parent 2a4827af4f
commit 3eb26a3335

View File

@@ -30,7 +30,7 @@ matrix:
env: TOXENV=docs
- python: '3.6'
env: TOXENV=mypy
- python: '2.7'
- python: '3.6'
env: TOXENV=flake8
install: