Files
Tom Christie c6c6a380d3 Test tweaks
2019-03-21 11:58:07 +00:00

20 lines
224 B
YAML

sudo: required
dist: xenial
language: python
cache: pip
python:
- "3.6"
- "3.7"
install:
- pip install -U -r requirements.txt
script:
- scripts/test
after_script:
- pip install codecov
- codecov