sudo: required os: - linux language: python python: - 3.6 branches: only: - master - dev install: - scripts/travis_install.sh script: - scripts/travis_test.sh