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
dist: xenial
dist: bionic
language: python
cache: pip
python:
@ -8,7 +8,7 @@ python:
- "3.7"
- "nightly"
- "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
env:
global: