Enable continuous integration testing of PyPy

Test changes to make funcsigs compatible with PyPy.
This commit is contained in:
Aaron Iles 2013-01-07 21:49:59 +11:00
parent 42012c2c75
commit c65d42f7da
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
- 3.2
- pypy
install:
- pip install -r requirements/development.txt -r requirements/production.txt --use-mirrors
- python setup.py install