deb-python-pygit2/.travis.yml
Alexander Bayandin b9bf1175e2 Run tests on travis CI for pypy
Because #209 is done
2014-02-02 12:11:19 +03:00

18 lines
251 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
before_install:
- sudo apt-get install cmake
- "./.travis.sh"
script:
- python setup.py test