We use a gem package for solving door_3. We have tried to add multitple languages in build so we can run our gem package and pass our test.

This commit is contained in:
2017-12-17 01:03:43 +01:00
parent aafca513c4
commit 151ee69e2f

View File

@@ -1,10 +1,19 @@
language: python
python:
- 3.6
install:
- pip install -r requirements.txt
script:
- pytest --junitxml=result.xml
- python badge.py
after_success:
- coveralls
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