Update .travis.yml for allow failures in pypy3
This commit is contained in:
parent
6b7e7dc124
commit
af6699098f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user