Sha256: 8c0fd66e9e581e65e6aca568d8c3f6f6469eb42c7c8e9b1b24f58d14f3e99023
Contents?: true
Size: 865 Bytes
Versions: 3
Compression:
Stored size: 865 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 PYENV_VERSION=system - PYTHON=python3 PYENV_VERSION=3.5.3 LIBPYTHON=wrong_value - PYENV_VERSION=3.5.3 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 - travis_retry pip install --user numpy - PYENV_VERSION=3.5.3 travis_retry pip3 install --user numpy matrix: allow_failures: - env: PYTHON=python # Ignore failed on python 2.7
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pycall-1.0.2-x86-mingw32 | .travis.yml |
pycall-1.0.2-x64-mingw32 | .travis.yml |
pycall-1.0.2 | .travis.yml |