mirror of
https://github.com/codl/forget
synced 2024-12-13 17:08:12 +01:00
11 lines
134 B
YAML
11 lines
134 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
- 3.7-dev
|
|
- nightly
|
|
script:
|
|
- pytest --cov=.
|
|
after_success:
|
|
- coveralls
|
|
cache: pip
|