Files
ormar/.travis.yml
2020-08-02 08:56:53 +02:00

19 lines
195 B
YAML

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