mirror of
https://github.com/not-kennethreitz/requests-async.git
synced 2026-06-05 06:56:15 +00:00
20 lines
224 B
YAML
20 lines
224 B
YAML
sudo: required
|
|
dist: xenial
|
|
language: python
|
|
|
|
cache: pip
|
|
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
|
|
install:
|
|
- pip install -U -r requirements.txt
|
|
|
|
script:
|
|
- scripts/test
|
|
|
|
after_script:
|
|
- pip install codecov
|
|
- codecov
|