mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-21 06:03:43 +00:00
6 lines
110 B
YAML
6 lines
110 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
sudo: false
|
|
install: "pip install -r requirements.txt"
|
|
script: nosetests
|