mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-07-29 20:22:27 -04:00
16 lines
290 B
YAML
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
|
||
|
|
||
|
|