Merge pull request #2161 from nicoddemus/silence-trial-on-ci
Allow trial environments to fail on CI for now
This commit is contained in:
commit
7d259401cd
|
@ -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
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue