language: python branches: only: - "develop" - "master" python: - "3.6" install: - pip3 install -r requirements.txt script: - python3 tests.py