pySSTV/.travis.yml

13 wiersze
182 B
YAML
Czysty Zwykły widok Historia

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