Allow trial environments to fail on CI for now

While I agree this is *far* from ideal, IMHO It is better to ignore them for now otherwise we hamper contributors with unrelated errors.

We should fix this before the next release.

#1989
This commit is contained in:
Bruno Oliveira 2016-12-26 21:47:50 -02:00
parent da40bcf97f
commit f7a1d369c3
2 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,8 @@ env:
matrix:
allow_failures:
# py35-trial failing on Linux: #1989
# see #1989
- env: TESTENV=py27-trial
- env: TESTENV=py35-trial
script: tox --recreate -e $TESTENV

View File

@ -27,6 +27,12 @@ environment:
- TOXENV: "freeze"
- TOXENV: "docs"
matrix:
allow_failures:
# see #1989
- TOXENV: "py27-trial"
- TOXENV: "py35-trial"
install:
- echo Installed Pythons
- dir c:\Python*