Update .travis.yml for allow failures in pypy3

This commit is contained in:
Yohan Graterol 2014-08-19 10:43:22 -05:00
parent 6b7e7dc124
commit af6699098f

View File

@ -27,6 +27,8 @@ matrix:
env: PYMONGO=2.7.1 DJANGO=dev
- python: "2.6"
env: PYMONGO=2.7.2 DJANGO=dev
allow_failures:
- python: "pypy3"
fast_finish: true
before_install: