deb-python-pygit2/.travis.yml
J. David Ibáñez 295166bb64 Fixing AppVeyor & Travis
AppVeyor, upgrade to 0.26
Travis, disable pypy3 for now
2017-07-03 22:55:10 +02:00

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