2018-06-25 13:15:32 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
cache: pip
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "3.5"
|
|
|
|
- "3.6"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
|
|
|
|
script:
|
2018-06-25 13:35:44 +00:00
|
|
|
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then scripts/lint; fi
|
2018-06-25 13:15:32 +00:00
|
|
|
- scripts/test
|