Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

19 lines (13 sloc) 229 Bytes
dist: xenial
sudo: yes
language: python
python: 3.7
install:
- pip install codecov
- pip install -r requirements.txt
- pip install .
script:
- coverage run test.py
- python setup.py test
after_success:
- codecov
You can’t perform that action at this time.