pySSTV/.travis.yml

10 wiersze
146 B
YAML

language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
sudo: false
install: "pip install -r requirements.txt"
script: nosetests