Sha256: 7d52941c63171d1340e8ed40db7c3ac1b76e5fc167c7f8ddd21058b95ee0fc96

Contents?: true

Size: 362 Bytes

Versions: 13

Compression:

Stored size: 362 Bytes

Contents

__DIR__=$(cd $(dirname $BASH_SOURCE); pwd)
. $__DIR__/travis_retry.sh

set -ex

if test -z "$PYENV_VERSION"; then
  echo "ERROR: PYENV_VERSION is not provided" >2
  exit 1
fi

if test -n "$LIBPYTHON"; then
  export LIBPYTHON=$(pyenv root)/$LIBPYTHON
fi

case "$PYENV_VERSION" in
*conda*)
  source $(pyenv prefix)/bin/activate test-environment
  ;;
esac

set +ex

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pycall-1.5.1 ci/travis_before_script.sh
pycall-1.5.0 ci/travis_before_script.sh
pycall-1.4.2 ci/travis_before_script.sh
pycall-1.4.1 ci/travis_before_script.sh
pycall-1.4.0 ci/travis_before_script.sh
pycall-1.3.1 ci/travis_before_script.sh
pycall-1.3.0 ci/travis_before_script.sh
pycall-1.3.0.dev ci/travis_before_script.sh
pycall-1.2.1 ci/travis_before_script.sh
pycall-1.2.0 ci/travis_before_script.sh
pycall-1.2.0.beta1 ci/travis_before_script.sh
pycall-1.1.0.rc1 ci/travis_before_script.sh
pycall-1.0.3 ci/travis_before_script.sh