From edc4e7a93520f7f0afecb38d6d120cbe42cba818 Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Wed, 14 Jun 2017 22:47:30 -0400 Subject: [PATCH] Add flake8 to matrix --- .travis.yml | 6 ++++++ tox.ini | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.3