We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169a322 commit ac3b7f6Copy full SHA for ac3b7f6
.travis.yml
@@ -9,6 +9,11 @@ python:
9
- "pypy3"
10
sudo: false
11
12
+matrix:
13
+ fast_finish: true
14
+ allow_failures:
15
+ - python: "pypy3"
16
+
17
install:
18
- pip install .
19
CHANGELOG.md
@@ -4,6 +4,9 @@
4
5
### Added
6
- Port to Python 3.
7
+- Added PyPy support (PyPy3 does not work due to functions
8
+ that have not yet been ported).
+- Added Continuous Integration using Travis-CI.
### Fixed
- Fix struct function declaration prototype warnings.
0 commit comments