mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2026-01-08 18:35:29 +00:00
20 lines
364 B
YAML
20 lines
364 B
YAML
matrix:
|
|
include:
|
|
- language: ruby
|
|
rvm:
|
|
- 2.2
|
|
- jruby
|
|
- 2.0.0-p247
|
|
install: gem install zsteg
|
|
|
|
- language: python
|
|
python:
|
|
- 3.6
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- pytest --junitxml=result.xml
|
|
- python badge.py
|
|
after_success:
|
|
- coveralls
|