Files
deb-python-pygit2/.travis.yml
2017-05-07 13:47:29 +02:00

23 lines
322 B
YAML

language: python
dist: trusty
sudo: required
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