Skip to content

Commit

Permalink
Use documented travis environment variable for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
groutr authored and llllllllll committed Dec 10, 2018
1 parent aa9fbd5 commit 9fce669
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etc/ci-install.sh
Expand Up @@ -3,7 +3,7 @@ set -x
# Install dependencies
# Use conda **ONLY** for numpy and pandas (if not pulling from master), this
# speeds up the builds a lot. Use the normal pip install for the rest.
conda create -n odo numpy=1.11.2 python=$python
conda create -n odo numpy=1.11.2 python=${TRAVIS_PYTHON_VERSION}
source activate odo

# update setuptools and pip
Expand All @@ -24,5 +24,3 @@ pip install -r etc/requirements_ci.txt

# datashape
pip install git+git://github.com/blaze/datashape.git

pip list

0 comments on commit 9fce669

Please sign in to comment.