Skip to content

Commit 1331f79

Browse files
committed
Allow pypy/pypy3 to fail for now
1 parent ebe31f8 commit 1331f79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ python:
77
- "3.5"
88
- "pypy"
99
- "pypy3"
10+
matrix:
11+
allow_failures:
12+
- python: "pypy"
13+
- python: "pypy3"
1014
install: pip install -U pytest pytest-runner
1115
script: python setup.py ptr

0 commit comments

Comments
 (0)