mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
12 lines
222 B
YAML
12 lines
222 B
YAML
# After changing this file, check it on:
|
|
# http://lint.travis-ci.org/
|
|
language: python
|
|
sudo: false
|
|
python:
|
|
- 3.6
|
|
- 2.7
|
|
cache: pip
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- python setup.py install
|
|
script: true
|