language: python # command to install dependencies install: - pip install -r requirements.txt python: - "3.6" # current default Python on Travis CI # command to run tests script: - pytest