From f43200f34d06f7ba0040a113be4638c2c2f66504 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 18 Feb 2019 10:10:12 +0100 Subject: [PATCH] Colourise test output --- .travis.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ee6b21f..fbcfb7f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,7 +96,7 @@ matrix: script: - make ${MAKETARGET} - - cd test && python3 -m nose -v + - cd test && nosetests --rednose --verbose cache: pip diff --git a/requirements.txt b/requirements.txt index 4cf63cf2..01b892fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ PyYAML nose +rednose