From 1a6ff2615cebde0dab49151b4b8a15fc97edb4e6 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Fri, 1 Jan 2016 15:04:51 -0800 Subject: Use pytest instead of nose for running tests via tox - use pytest-sugar for pretty output - add linting to each python tox environment - drop lint as separate tox target - replace travis_selector.sh with shell magic --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30d663d..3e7c09a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ dist MANIFEST env servers/*/kafka-bin -.coverage +.coverage* .noseids docs/_build +.cache* -- cgit v1.2.1