Fixing AppVeyor & Travis

AppVeyor, upgrade to 0.26
Travis, disable pypy3 for now
This commit is contained in:
J. David Ibáñez 2017-07-03 22:55:10 +02:00
parent 96d37e16a9
commit 295166bb64
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
# - "pypy3"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib

View File

@ -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