fix travis script

also update dist to bionic
This commit is contained in:
lilydjwg 2019-10-15 17:35:18 +08:00
parent 6f48b774ae
commit 737c7b9448

View file

@ -1,5 +1,5 @@
sudo: false sudo: false
dist: xenial dist: bionic
language: python language: python
cache: pip cache: pip
python: python:
@ -8,7 +8,7 @@ python:
- "3.7" - "3.7"
- "nightly" - "nightly"
- "pypy3.6-7.1.1" - "pypy3.6-7.1.1"
install: pip install -U $DEPS pytest pytest-asyncio flaky structlog install: pip install -U $DEPS pytest pytest-asyncio pytest-httpbin flaky structlog
script: pytest script: pytest
env: env:
global: global: