Files
wavinfo/.travis.yml
Jamie Hardt 08743be3fa Update .travis.yml
Removed unavailable versions
2019-01-01 12:16:16 -08:00

12 lines
164 B
YAML

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