summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-04-01 14:04:20 -0400
committerlukefromdc <[email protected]>2024-04-01 14:04:20 -0400
commitc33390d020c246ed85f3e88e9463c68738719c62 (patch)
tree76b182884e9c33f3d6e76c112195c6945d091b20
parent60017d6ac002cfd59c1e9609b86e1d8571dc29a3 (diff)
downloadmate-themes-c33390d020c246ed85f3e88e9463c68738719c62.tar.bz2
mate-themes-c33390d020c246ed85f3e88e9463c68738719c62.tar.xz
Fix travis build
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ffafe259..196b0502 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,13 @@ before_install:
install:
- pip3 install PyGithub
+
+ - sudo apt-get install -y python3-pip python3-setuptools
+
+ - sudo pip3 install --upgrade pip
+
+ - sudo pip install PyGithub
+
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: