language: python python: - "3.6" - "3.7-dev" # 3.7 development branch # command to install dependencies install: - pip install -r requirements.txt - pip install -e . # command to run tests script: - pytest