mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-06 13:58:24 -05:00
9 lines
143 B
YAML
9 lines
143 B
YAML
dist: xenial # required for Python >= 3.7
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- pytest
|