Commit 69394388 authored by Jason Madden's avatar Jason Madden

Try to run the ZEO_MTACCEPTOR=1 tests with Python 3.6.

Travis is using 3.4.6. I can't reproduce the failures locally with 3.4.4 or 3.6.4.
parent 928aa7a0
...@@ -13,10 +13,10 @@ matrix: ...@@ -13,10 +13,10 @@ matrix:
- os: linux - os: linux
python: 3.6 python: 3.6
- os: linux - os: linux
python: 3.4 python: 3.6
env: ZEO_MTACCEPTOR=1 env: ZEO_MTACCEPTOR=1
- os: linux - os: linux
python: 3.5 python: 3.6
env: ZEO_MSGPACK=1 ZEO_MTACCEPTOR=1 env: ZEO_MSGPACK=1 ZEO_MTACCEPTOR=1
- os: linux - os: linux
python: 2.7 python: 2.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment