mirror of
https://github.com/codl/forget
synced 2024-12-14 01:14:34 +01:00
12 lines
146 B
YAML
12 lines
146 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
- 3.6-dev
|
|
- 3.7-dev
|
|
- nightly
|
|
script:
|
|
- pytest --cov=.
|
|
after_success:
|
|
- codecov
|
|
cache: pip
|