add pypy to travis config

Change-Id: Ib4b9b5a91b7cfce8241b7ad641bb0b959344dc2a
This commit is contained in:
Doug Hellmann 2013-09-22 10:19:25 -04:00
parent c019a1fa44
commit 08e6991697
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- pip install flake8 --use-mirrors
- pip install nose mock --use-mirrors