mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2026-01-05 17:05:30 +00:00
10 lines
142 B
YAML
10 lines
142 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- coverage run -m pytest
|
|
after_success:
|
|
- coveralls
|