tests: aiohttp and pypy3 don't work well
This commit is contained in:
parent
ddfc569ba3
commit
d8536f4390
|
@ -17,3 +17,8 @@ env:
|
|||
- DEPS=aiohttp
|
||||
- DEPS=tornado pycurl
|
||||
- DEPS=tornado
|
||||
matrix:
|
||||
exclude:
|
||||
# doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582
|
||||
python: pypy3
|
||||
env: DEPS=aiohttp
|
||||
|
|
Loading…
Reference in New Issue