Thom Wiggers
5 lat temu
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1BB0A7CE26E363
2 zmienionych plików z
2 dodań i
1 usunięć
-
.travis.yml
-
requirements.txt
|
|
@@ -96,7 +96,7 @@ matrix: |
|
|
|
|
|
|
|
script: |
|
|
|
- make ${MAKETARGET} |
|
|
|
- cd test && python3 -m nose -v |
|
|
|
- cd test && nosetests --rednose --verbose |
|
|
|
|
|
|
|
cache: pip |
|
|
|
|
|
|
|
|
|
@@ -1,2 +1,3 @@ |
|
|
|
PyYAML |
|
|
|
nose |
|
|
|
rednose |