295166bb64
AppVeyor, upgrade to 0.26 Travis, disable pypy3 for now
21 lines
295 B
YAML
21 lines
295 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "pypy"
|
|
# - "pypy3"
|
|
|
|
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
|
|
|
|
before_install:
|
|
- sudo apt-get install cmake
|
|
- pip install cffi
|
|
- "./.travis.sh"
|
|
|
|
script:
|
|
- python setup.py test
|