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.
2 parents 1ffeab0 + 569b917 commit 28623d3Copy full SHA for 28623d3
.appveyor.yml
@@ -9,6 +9,10 @@ environment:
9
PYTHON: 'C:\Python38\python.exe'
10
- GENERATOR: 'Visual Studio 14 Win64'
11
PYTHON: 'C:\Python38-x64\python.exe'
12
+ - GENERATOR: 'Visual Studio 14'
13
+ PYTHON: 'C:\Python39\python.exe'
14
+ - GENERATOR: 'Visual Studio 14 Win64'
15
+ PYTHON: 'C:\Python39-x64\python.exe'
16
17
init:
18
- cmd: '%PYTHON% -m pip install -U nose wheel'
.travis.yml
@@ -5,8 +5,10 @@ addons:
5
packages:
6
- snapcraft
7
python:
8
-- '3.7'
-- '3.8'
+ - '3.7'
+ - '3.8'
+ - '3.9'
+
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
before_install: ./.travis.sh
install: pip install -r requirements.txt .
0 commit comments