mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2025-10-29 09:40:18 +00:00
8 lines
94 B
YAML
8 lines
94 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
install:
|
|
- pip install -r requirements.txt
|
|
|
|
script: pytest
|