Browse Source
Add libgirepository package for Travis
unifiedWindowUI
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
5 additions and
0 deletions
-
.travis.yml
|
@ -5,6 +5,11 @@ python: |
|
|
- "3.7" |
|
|
- "3.7" |
|
|
- "3.8" |
|
|
- "3.8" |
|
|
|
|
|
|
|
|
|
|
|
addons: |
|
|
|
|
|
apt: |
|
|
|
|
|
packages: |
|
|
|
|
|
- libgirepository1.0-dev |
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- pip install -r requirements.txt |
|
|
- pip install -r requirements.txt |
|
|
|
|
|
|
|
|