Added PyPy3 to the build matrix.

This commit is contained in:
Omer Katz 2014-08-10 17:01:18 +03:00
parent 174d964553
commit 2bf783b04d

View File

@ -7,6 +7,7 @@ python:
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- PYMONGO=dev DJANGO=dev
- PYMONGO=dev DJANGO=1.6.5