From 295166bb64830cfb808f4cf93337ade35590af4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Mon, 3 Jul 2017 22:55:10 +0200 Subject: [PATCH] Fixing AppVeyor & Travis AppVeyor, upgrade to 0.26 Travis, disable pypy3 for now --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db55e39..eaf6df7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.5" - "3.6" - "pypy" - - "pypy3" +# - "pypy3" env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib diff --git a/appveyor.yml b/appveyor.yml index 48f933e..6b447e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ init: build_script: - cmd: | set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\build\libgit2 - git clone --depth=1 -b maint/v0.25 https://github.com/libgit2/libgit2.git libgit2 + git clone --depth=1 -b maint/v0.26 https://github.com/libgit2/libgit2.git libgit2 mkdir build cd build