From 0d4ce18e4965f79c1d259dc5a2eae1353eccb3d7 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 24 Sep 2018 13:22:26 +0200 Subject: [PATCH] update tests --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index c39b87f..fd074ac 100755 --- a/tests.sh +++ b/tests.sh @@ -11,7 +11,7 @@ pycodestyle scripts/ # travis PYTHONPATH=dotdrop nosetests --with-coverage --cover-package=dotdrop -# arch +# arch / debian #PYTHONPATH=dotdrop python3 -m nose --with-coverage --cover-package=dotdrop # others #PYTHONPATH=dotdrop nosetests -s --with-coverage --cover-package=dotdrop