mirror of
https://github.com/codl/forget
synced 2025-01-19 02:20:40 +01:00
9 lines
108 B
YAML
9 lines
108 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
- 3.7-dev
|
|
- nightly
|
|
script:
|
|
- pytest --cov=.
|
|
- coveralls
|