Skip to content

Commit ac3b7f6

Browse files
committed
Allow PyPy3 build to fail until PyUnicode_New is supported.
1 parent 169a322 commit ac3b7f6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ python:
99
- "pypy3"
1010
sudo: false
1111

12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- python: "pypy3"
16+
1217
install:
1318
- pip install .
1419

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Added
66
- Port to Python 3.
7+
- Added PyPy support (PyPy3 does not work due to functions
8+
that have not yet been ported).
9+
- Added Continuous Integration using Travis-CI.
710

811
### Fixed
912
- Fix struct function declaration prototype warnings.

0 commit comments

Comments
 (0)