You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
175 B
YAML
15 lines
175 B
YAML
5 years ago
|
dist: xenial # required for Python >= 3.7
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
- "3.7"
|
||
|
- "3.8"
|
||
|
|
||
|
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
|
||
|
script:
|
||
|
- pytest
|