mirror of
https://github.com/hemna/aprsd-weewx-plugin.git
synced 2025-06-24 21:35:16 -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
|
|
|
|
|