Skip to content

Commit 671314b

Browse files
PyPy support
1 parent 301707b commit 671314b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.3"
66
- "3.4"
7+
- "pypy"
78
install:
89
- "pip install ."
910
- "pip install nose"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The project is test with:
4949
* MySQL 5.5 and 5.6
5050
* Python >= 2.6.7
5151
* Python 3.3 and 3.4 (3.2 is not supported)
52+
* PyPy (really faster than the standard Python interpreter)
5253

5354
It's not tested in real production situation.
5455

0 commit comments

Comments
 (0)