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
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue