Skip to content

Commit 4b607b8

Browse files
committed
Re-enable tests on PyPy
1 parent ec23762 commit 4b607b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8-
# - "pypy"
9-
# - "pypy3"
8+
- "pypy"
9+
- "pypy3"
1010

1111
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1212

1313
before_install:
1414
- sudo apt-get install cmake
15-
- pip install 'cffi>=1.0.0'
15+
- pip install cffi
1616
- "./.travis.sh"
1717

1818
script:

0 commit comments

Comments
 (0)