pySSTV/.travis.yml

10 lines
146 B
YAML
Raw Normal View History

2015-10-20 10:06:22 +02:00
language: python
python:
2021-03-02 11:22:39 +01:00
- "3.6"
- "3.7"
- "3.8"
- "3.9"
sudo: false
2015-10-20 10:06:22 +02:00
install: "pip install -r requirements.txt"
script: nosetests