mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
9 lines
146 B
YAML
9 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
|