mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
10 lines
146 B
YAML
10 lines
146 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
sudo: false
|
|
install: "pip install -r requirements.txt"
|
|
script: nosetests
|