Thom Wiggers
há 5 anos
ascendente
cometimento
00f72102ab
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 1BB0A7CE26E363
1 ficheiros alterados com
5 adições e
0 eliminações
-
.travis.yml
|
|
@@ -8,6 +8,10 @@ matrix: |
|
|
|
- pip3 install -r requirements.txt |
|
|
|
script: |
|
|
|
- "cd test && python3 -m nose --rednose --verbose" |
|
|
|
addons: |
|
|
|
homebrew: |
|
|
|
packages: |
|
|
|
- astyle |
|
|
|
- name: "MacOS + GCC8" |
|
|
|
os: osx |
|
|
|
osx_image: xcode10.1 |
|
|
@@ -15,6 +19,7 @@ matrix: |
|
|
|
addons: |
|
|
|
homebrew: |
|
|
|
packages: |
|
|
|
- astyle |
|
|
|
- gcc@8 |
|
|
|
before_install: |
|
|
|
- pip3 install -r requirements.txt |
|
|
|