mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
travis: try ubuntu 18.04 again
because pypy3 + httpx is not happy with a ssl library lacking ALPN support https://travis-ci.org/github/lilydjwg/nvchecker/jobs/711675911
This commit is contained in:
parent
44687da8a6
commit
ddc21adad5
1 changed files with 3 additions and 9 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,5 +1,5 @@
|
||||||
os: linux
|
os: linux
|
||||||
dist: xenial
|
dist: bionic
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
python:
|
python:
|
||||||
|
@ -8,7 +8,7 @@ python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy3.6-7.1.1"
|
- "pypy3.6-7.3.1"
|
||||||
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog
|
install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog
|
||||||
script: pytest
|
script: pytest
|
||||||
env:
|
env:
|
||||||
|
@ -25,13 +25,7 @@ jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582
|
# doesn't work well, see https://travis-ci.org/lilydjwg/nvchecker/jobs/376326582
|
||||||
- python: pypy3.6-7.1.1
|
- python: pypy3.6-7.3.1
|
||||||
env: DEPS=aiohttp
|
env: DEPS=aiohttp
|
||||||
# it works now, but may be broken in the future again
|
# it works now, but may be broken in the future again
|
||||||
- python: nightly
|
- python: nightly
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
# This is needed for pycurl
|
|
||||||
- libgnutls-dev
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue