add flake8 tox env to travis config

This commit is contained in:
Thomas Waldmann 2016-01-30 22:03:09 +01:00
parent 2a2362fc2f
commit 47e6304711
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ matrix:
- python: 3.5
os: linux
env: TOXENV=py35
- python: 3.5
os: linux
env: TOXENV=flake8
- language: generic
os: osx
osx_image: xcode6.4