瀏覽代碼

Colourise test output

tags/v0.0.1
Thom Wiggers 5 年之前
父節點
當前提交
f43200f34d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 1BB0A7CE26E363
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. +1
    -1
      .travis.yml
  2. +1
    -0
      requirements.txt

+ 1
- 1
.travis.yml 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存