language: python cache: pip python: - "3.5" - "3.6" install: - pip install -r requirements.txt script: - if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then scripts/lint; fi - scripts/test