Skip to content

Commit

Permalink
Debug tests, take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 28, 2018
1 parent 6939438 commit 3bde44c
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions .travis.yml
Expand Up @@ -2,41 +2,13 @@ language: python
sudo: false
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.6
env: ZEO_MTACCEPTOR=1
- os: linux
python: 3.6
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
env: ZEO_MTACCEPTOR=1 ZEO_TEST_SERVER_DEBUG=1
install:
- pip install zc.buildout
- buildout $BUILOUT_OPTIONS
cache:
directories:
- eggs
- pip install -e .[test]
cache: pip
script:
- bin/test -vv -j99
- zope-testrunner -c --test-path=src -vvv --all --layer=testZeo-misc
notifications:
email: false

0 comments on commit 3bde44c

Please sign in to comment.