update travis.yml

This commit is contained in:
Pawel Sikora 2021-04-28 22:59:51 +02:00
parent 83c101cc36
commit f577a80d13
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
language: python
script:
- python setup.py install
after_success:
- bash <(curl -s https://codecov.io/bash)