mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
fix travis script
also update dist to bionic
This commit is contained in:
parent
6f48b774ae
commit
737c7b9448
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue