add in pypy

This commit is contained in:
Andy McKay 2014-09-17 15:55:11 -07:00
parent 78d1f016c2
commit 4982aeb716
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ env:
python:
- "2.6"
- "2.7"
- "pypy"
install:
- pip install -r requirements.txt -r optional.txt --use-mirrors
- pip install "Django<${DJANGO}" --use-mirrors