mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 19:19:32 +00:00
13 lines
183 B
YAML
13 lines
183 B
YAML
|
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
|