language: python
cache: pip
python:
- "3.6"
- "3.7-dev"
install:
- pip install -r requirements.txt
script:
- scripts/test
after_script:
- codecov