We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4117 commit b6bcccfCopy full SHA for b6bcccf
.travis.yml
@@ -10,6 +10,9 @@ before_install:
10
- chmod +x docker-build
11
12
install:
13
+ - sudo apt-get install -y python3-pip python3-setuptools
14
+ - sudo pip3 install --upgrade pip
15
+ - sudo pip install PyGithub
16
- ./docker-build --name ${DISTRO} --config .travis.yml --install
17
18
script:
@@ -75,7 +78,6 @@ requires:
75
78
- startup-notification-devel
76
79
77
80
ubuntu:
- # Same as debian
81
- git
82
- gobject-introspection
83
- gtk-doc-tools
0 commit comments