Sfoglia il codice sorgente

Colourise test output

tags/v0.0.1
Thom Wiggers 5 anni fa
parent
commit
f43200f34d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 1BB0A7CE26E363
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +1
    -1
      .travis.yml
  2. +1
    -0
      requirements.txt

+ 1
- 1
.travis.yml Vedi File

@@ -96,7 +96,7 @@ matrix:

script:
- make ${MAKETARGET}
- cd test && python3 -m nose -v
- cd test && nosetests --rednose --verbose

cache: pip



+ 1
- 0
requirements.txt Vedi File

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

Caricamento…
Annulla
Salva