Files
deb-python-pygit2/.travis.yml
Nicolas Dandrimont 4b607b8256 Re-enable tests on PyPy
2015-09-09 23:25:15 +02:00

20 lines
284 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "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