Added Python 3.4 to the build process.

This commit is contained in:
Omer Katz 2014-06-24 19:20:15 +03:00
parent f099dc6a37
commit 03559a3cc4

View File

@ -6,6 +6,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- PYMONGO=dev DJANGO=1.6
- PYMONGO=dev DJANGO=1.5.5