Browse Source

Merge pull request #3077 from mtnbikenc/fix-tox

Correct tox to run on Travis
Jason DeTiberus 8 years ago
parent
commit
e6ab57050b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tox.ini

+ 1 - 2
tox.ini

@@ -1,8 +1,7 @@
 [tox]
 minversion=2.3.1
 envlist =
-    py{27,35}-ansible22-{pylint,unit,flake8}
-    yamllint
+    py{27,35}-ansible22-{pylint,unit,flake8,yamllint}
 skipsdist=True
 skip_missing_interpreters=True