mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
7 lines
110 B
YAML
7 lines
110 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
install: "pip install -r requirements.txt"
|
|
script: nosetests
|