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 301707b commit 671314bCopy full SHA for 671314b
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
+ - "pypy"
8
install:
9
- "pip install ."
10
- "pip install nose"
README.md
@@ -49,6 +49,7 @@ The project is test with:
49
* MySQL 5.5 and 5.6
50
* Python >= 2.6.7
51
* Python 3.3 and 3.4 (3.2 is not supported)
52
+* PyPy (really faster than the standard Python interpreter)
53
54
It's not tested in real production situation.
55
0 commit comments