Skip to content

Commit

Permalink
Testing zope.testrunner changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 27, 2018
1 parent 52fb8d4 commit ec2d53b
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
language: python
sudo: false
env:
global:
- PYTHONWARNINGS=ignore
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: pypy
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: linux
python: 3.4
env: ZEO_MTACCEPTOR=1
- os: linux
python: 3.5
env: ZEO_MSGPACK=1 ZEO_MTACCEPTOR=1
- os: linux
python: 2.7
env: ZEO_MSGPACK=1
- os: linux
python: 2.7
env: ZEO4_SERVER=1
- os: linux
python: 3.5
env: ZEO4_SERVER=1
- os: linux
python: 3.5
env: BUILOUT_OPTIONS=extra=,uvloop
# - os: linux
# python: pypy
# - os: linux
# python: 3.4
# - os: linux
# python: 3.5
# - os: linux
# python: 3.6
# - os: linux
# python: 3.4
# env: ZEO_MTACCEPTOR=1
# - os: linux
# python: 3.5
# env: ZEO_MSGPACK=1 ZEO_MTACCEPTOR=1
# - os: linux
# python: 2.7
# env: ZEO_MSGPACK=1
# - os: linux
# python: 2.7
# env: ZEO4_SERVER=1
# - os: linux
# python: 3.5
# env: ZEO4_SERVER=1
# - os: linux
# python: 3.5
# env: BUILOUT_OPTIONS=extra=,uvloop
install:
- pip install zc.buildout
- buildout $BUILOUT_OPTIONS
cache:
directories:
- eggs
script:
- bin/test -vv -j99
- bin/test -vvv -c
notifications:
email: false

0 comments on commit ec2d53b

Please sign in to comment.