We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9fbd5 commit 9fce669Copy full SHA for 9fce669
1 file changed
etc/ci-install.sh
@@ -3,7 +3,7 @@ set -x
3
# Install dependencies
4
# Use conda **ONLY** for numpy and pandas (if not pulling from master), this
5
# 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
+conda create -n odo numpy=1.11.2 python=${TRAVIS_PYTHON_VERSION}
7
source activate odo
8
9
# update setuptools and pip
@@ -24,5 +24,3 @@ pip install -r etc/requirements_ci.txt
24
25
# datashape
26
pip install git+git://github.com/blaze/datashape.git
27
-
28
-pip list
0 commit comments