typesafe-monads/.travis.yml

13 lines
183 B
YAML
Raw Normal View History

language: python
python: 3.7
dist: xenial
sudo: true
before_install:
- pip install codecov
install:
- pip install -e .
script:
- python setup.py test
after_success:
- codecov