1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Colourise test output

This commit is contained in:
Thom Wiggers 2019-02-18 10:10:12 +01:00
parent 336ea60a36
commit f43200f34d
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363
2 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@ matrix:
script:
- make ${MAKETARGET}
- cd test && python3 -m nose -v
- cd test && nosetests --rednose --verbose
cache: pip

View File

@ -1,2 +1,3 @@
PyYAML
nose
rednose