From 16ffe4d70f100c3a36dd44ded4e0a4ed47041741 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 19 Feb 2017 10:48:45 +0100 Subject: Replace nose with pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ae781a04c..08c3d84d0 100644 --- a/tox.ini +++ b/tox.ini @@ -12,10 +12,10 @@ deps = ansible22: ansible~=2.2 commands = + unit: pytest flake8: flake8 pylint: python setup.py lint yamllint: python setup.py yamllint - unit: nosetests generate_validation: python setup.py generate_validation -- cgit v1.2.1