mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
travis-ci: use allow_failures instead of exclude
This commit is contained in:
parent
6abc482c87
commit
f4ce0bdab0
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ env:
|
|||
- DEPS=tornado pycurl
|
||||
- DEPS=tornado
|
||||
matrix:
|
||||
exclude:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
# doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582
|
||||
python: pypy3
|
||||
env: DEPS=aiohttp
|
||||
|
|
Loading…
Add table
Reference in a new issue