1
0
mirror of https://github.com/hemna/aprsd-weewx-plugin.git synced 2025-07-17 08:25:16 -04:00
2021-09-03 10:18:57 -04:00

16 lines
290 B
YAML

# Config file for automatic testing at travis-ci.com
language: python
python:
- 3.8
- 3.7
- 3.6
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
# Command to run tests, e.g. python setup.py test
script: tox