From d34e5e9a4c493b2eb8049491b45beccacae528b0 Mon Sep 17 00:00:00 2001
From: Russell Teague <rteague@redhat.com>
Date: Wed, 11 Jan 2017 16:10:19 -0500
Subject: Correct tox to run on Travis

---
 tox.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index c0e7732c3..158974fbe 100644
--- a/tox.ini
+++ b/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
 
-- 
cgit v1.2.3