From 546866eb3a86c34235c2f10df8032c70612940b1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 28 Jan 2019 22:52:22 +0100 Subject: [PATCH] refactor dependencies --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 66beb1d..dc78fc6 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,11 @@ isolated_build = True [testenv] deps = - -rtox-requirements.txt + flake8 + pep8-naming + wheel + flake8-colors + pytest ansible21: ansible>=2.1,<2.2 ansible22: ansible>=2.2,<2.3 ansible23: ansible>=2.3,<2.4