summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-19 15:31:43 -0700
committerSteve Piercy <web@stevepiercy.com>2018-05-19 15:31:43 -0700
commit5743770089f53375705115d163c343b2107217e6 (patch)
tree1886a8433a94248a6b8358d6ce32b88c42dd10ef /.travis.yml
parentd870d23977e80a5ddf589f984be8f6da056e909b (diff)
downloadwaitress-5743770089f53375705115d163c343b2107217e6.tar.gz
attempt to allow failures for second toxenv
- The docs are not helpful, so I'm making a guess https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c9f8e1b..2fc8d4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,8 @@ matrix:
- python: 3.5
env: TOXENV=docs
allow_failures:
- - env: TOXENV=pypy3,py37
+ - env: TOXENV=pypy3
+ - env: TOXENV=py37
install:
- travis_retry pip install tox