]> Devi Nivas Git - chevron.git/commitdiff
Add flake8 to matrix
authorNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 02:47:30 +0000 (22:47 -0400)
committerNoah Morrison <noah@morrison.ph>
Thu, 15 Jun 2017 02:47:30 +0000 (22:47 -0400)
.travis.yml
tox.ini

index 76276f0bb61e06b146fef5c59bc585caa524b9f1..a7804cabfc8d85bd7cb166526279121ffaf0ad2b 100644 (file)
@@ -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 4235cedf87fc8695e9f68bb5469bce7d57a64fd1..547d98bdb4df66f1b1497e0972aec1f3889acac8 100644 (file)
--- 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