Re-enable tests on PyPy

This commit is contained in:
Nicolas Dandrimont
2015-09-09 23:25:15 +02:00
parent ec23762c09
commit 4b607b8256

View File

@@ -5,14 +5,14 @@ python:
- "3.2"
- "3.3"
- "3.4"
# - "pypy"
# - "pypy3"
- "pypy"
- "pypy3"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
before_install:
- sudo apt-get install cmake
- pip install 'cffi>=1.0.0'
- pip install cffi
- "./.travis.sh"
script: