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 03a9aa1 commit d6a0924Copy full SHA for d6a0924
.travis.yml
@@ -3,6 +3,14 @@ language: python
3
sudo: required
4
dist: trusty
5
6
+# Handle git submodules yourself
7
+git:
8
+ submodules: false
9
+# Use sed to replace the SSH URL with the public URL, then initialize submodules
10
+before_install:
11
+ - sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
12
+ - git submodule update --init --recursive
13
+
14
before_install:
15
- sudo apt-get update
16
- sudo apt-get install -y build-essential python3-dev xvfb python3-pyqt5.qtmultimedia
0 commit comments