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