Ver código fonte

Make tox happy again after dropping lib_utils

Jeremiah Stuever 6 anos atrás
pai
commit
2027a54257
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      tox.ini

+ 2 - 2
tox.ini

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