Sha256: 7d1c511ea709558724835191338b4e6faa891ec36b7ffe56f6372171c5ce2aaf

Contents?: true

Size: 447 Bytes

Versions: 3

Compression:

Stored size: 447 Bytes

Contents

sudo: false
language: ruby

rvm:
  - ruby-head
  - 2.4.0
  - 2.3.1
  - 2.2.5
  - 2.1.10

env:
  - PYTHON=python
  - PYTHON=python3 LIBPYTHON=wrong_value
  - LIBPYTHON=/usr/lib/libpython3.2mu.so.1

addons:
  apt:
    packages:
      - python3
      - python3-dev
      - python3-all

before_install:
  - gem update --system
  - gem update bundler

before_script:
  - echo === python investigator.py ===
  - python lib/pycall/python/investigator.py

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pycall-0.1.0.alpha.20170711 .travis.yml
pycall-0.1.0.alpha.20170502 .travis.yml
pycall-0.1.0.alpha.20170426 .travis.yml