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 6b85540 commit 3889c75Copy full SHA for 3889c75
.appveyor.yml
@@ -1,10 +1,6 @@
1
# Based on pygit2's appveyor config
2
environment:
3
matrix:
4
- - GENERATOR: 'Visual Studio 14'
5
- PYTHON: 'C:\Python37\python.exe'
6
- - GENERATOR: 'Visual Studio 14 Win64'
7
- PYTHON: 'C:\Python37-x64\python.exe'
8
- GENERATOR: 'Visual Studio 14'
9
PYTHON: 'C:\Python38\python.exe'
10
- GENERATOR: 'Visual Studio 14 Win64'
.travis.yml
@@ -5,7 +5,6 @@ addons:
packages:
- snapcraft
python:
-- '3.7'
- '3.8'
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
11
before_install: ./.travis.sh
0 commit comments