From: Noah Morrison Date: Thu, 15 Jun 2017 02:47:30 +0000 (-0400) Subject: Add flake8 to matrix X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=edc4e7a93520f7f0afecb38d6d120cbe42cba818;p=chevron.git Add flake8 to matrix --- diff --git a/.travis.yml b/.travis.yml index 76276f0..a7804ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,12 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" + +matrix: + include: + - python: 3.5 + env: TOXENV=flake8 install: - pip install coveralls diff --git a/tox.ini b/tox.ini index 4235ced..547d98b 100644 --- a/tox.ini +++ b/tox.ini @@ -6,4 +6,4 @@ commands = python {toxinidir}/test_spec.py [testenv:flake8] deps = flake8 -commands = flake8 . +commands = flake8 \ No newline at end of file