Skip to content

Commit b182bd1

Browse files
author
Pan
committed
Add pypy travis target
Pypy build compatibility - make exception classes regular python classes Resolves #16
1 parent 4eee8db commit b182bd1

22 files changed

+4944
-3905
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python:
1010
- 3.4
1111
- 3.5
1212
- 3.6
13+
- pypy
1314
addons:
1415
apt:
1516
packages:

Changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
=============
33

4+
0.7.0
5+
++++++
6+
7+
Changes
8+
---------
9+
10+
* Exceptions moved from C-API to Python module
11+
12+
Fixes
13+
------
14+
15+
* PyPy build support
16+
417
0.6.0
518
++++++
619

0 commit comments

Comments
 (0)