Files
wavinfo/.travis.yml
2019-01-01 11:53:49 -08:00

14 lines
188 B
YAML

language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script:
- "python3 setup.py test"
install:
- "pip3 install setuptools"