Skip to content

Commit a58b83e

Browse files
committed
Set /home/wesm/local-release
Change-Id: I406cc8142a3a3c4c7ce8bbeb223bcba0c27dac58
1 parent e914f06 commit a58b83e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/travis_script_python.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ pushd $PYTHON_DIR
2929

3030
python_version_tests() {
3131
PYTHON_VERSION=$1
32-
CONDA_ENV_NAME="pyarrow-test-${PYTHON_VERSION}"
33-
conda create -y -q -n $CONDA_ENV_NAME python=$PYTHON_VERSION
34-
source activate $CONDA_ENV_NAME
32+
CONDA_ENV_DIR=$TRAVIS_BUILD_DIR/pyarrow-test-$PYTHON_VERSION
33+
conda create -y -q -p $CONDA_ENV_DIR python=$PYTHON_VERSION
34+
source activate $CONDA_ENV_DIR
35+
36+
export PARQUET_HOME=$CONDA_ENV_DIR
3537

3638
python --version
3739
which python

0 commit comments

Comments
 (0)