python-awips/.travis.yml

13 lines
222 B
YAML
Raw Normal View History

2018-09-05 15:52:38 -06:00
# After changing this file, check it on:
# http://lint.travis-ci.org/
language: python
sudo: false
python:
- 3.6
- 2.7
cache: pip
2018-09-05 15:52:38 -06:00
install:
- pip install -r requirements.txt
- python setup.py install
script: true