Skip to content

Commit 9fce669

Browse files
groutrllllllllll
authored andcommitted
Use documented travis environment variable for python version
1 parent aa9fbd5 commit 9fce669

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

etc/ci-install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -x
33
# Install dependencies
44
# Use conda **ONLY** for numpy and pandas (if not pulling from master), this
55
# speeds up the builds a lot. Use the normal pip install for the rest.
6-
conda create -n odo numpy=1.11.2 python=$python
6+
conda create -n odo numpy=1.11.2 python=${TRAVIS_PYTHON_VERSION}
77
source activate odo
88

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

2525
# datashape
2626
pip install git+git://github.com/blaze/datashape.git
27-
28-
pip list

0 commit comments

Comments
 (0)