Skip to content

Commit

Permalink
- let the ZServer tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 18, 2019
1 parent c8a717f commit 7ad558e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,9 +7,7 @@ matrix:
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env:
- TOXENV=py27-zserver
- TRAVIS=true
env: TOXENV=py27-zserver
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
Expand All @@ -20,6 +18,8 @@ matrix:
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
allow_failures:
- env: TOXENV=py27-zserver

install:
- travis_retry pip install -U pip setuptools
Expand Down

0 comments on commit 7ad558e

Please sign in to comment.