summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dd4a8f36e..086b664c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,9 +43,10 @@ jobs:
os: windows
language: shell
before_install:
+ # Python version must match available deluge-libtorrent
- choco install python --version 3.6.8
- python --version
- - python -m pip install --upgrade pip
+ - python -m pip install --upgrade pip certifi
- python -m pip install deluge-libtorrent
env:
- PATH=/c/Python36:/c/Python36/Scripts:$PATH