Sha256: df19aae78a4a2a97dee88bfdf09c3f40635f4238d55a386c5fc60f109c301f09

Contents?: true

Size: 744 Bytes

Versions: 4

Compression:

Stored size: 744 Bytes

Contents

sudo: false
language: ruby

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

env:
  global:
  - PYCALL_DEBUG_FIND_LIBPYTHON=1
  matrix:
  - PYTHON=python
  - PYTHON=python3 LIBPYTHON=wrong_value
  - LIBPYTHON=/opt/python/3.5.3/lib/libpython3.5m.so

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

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

before_script:
  - bundle exec rake clobber compile
  - echo === python investigator.py ===
  - python lib/pycall/python/investigator.py
  - python3 lib/pycall/python/investigator.py
  - pip install numpy
  - pip3 install numpy

matrix:
  allow_failures:
  - env: PYTHON=python  # Ignore failed on python 2.7

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pycall-1.0.1-x86-mingw32 .travis.yml
pycall-1.0.1-x64-mingw32 .travis.yml
pycall-1.0.1 .travis.yml
pycall-1.0.0 .travis.yml