Trying a different config. Now we try executing a gem install in the before_install part of our python based language block.

This commit is contained in:
2017-12-17 01:11:22 +01:00
parent 0f185f864a
commit 7b9f099f49

View File

@@ -1,15 +1,8 @@
matrix: language: python
include:
- language: ruby
rvm:
- 2.2
- jruby
- 2.0.0-p247
install: gem install zsteg
- language: python
python: python:
- 3.6 - 3.6
before_install:
- gem install zsteg
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script: