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.
2 parents 6a0b9ec + b179099 commit 9044fe7Copy full SHA for 9044fe7
ci/install.sh
@@ -53,8 +53,9 @@ if [ x"$FULL_DEPS" == x"true" ] ; then
53
fi
54
55
# Hard Deps
56
-time pip install $PIP_ARGS nose python-dateutil pytz>=2013a
57
-time pip install $PIP_ARGS cython==0.19.1
+for dep in nose 'python-dateutil' 'pytz>=2013a' 'cython==0.19.1'; do
+ time pip install $PIP_ARGS $dep
58
+done
59
60
if [ ${TRAVIS_PYTHON_VERSION} == "3.3" ]; then # should be >=3,3
61
time pip install $PIP_ARGS numpy==1.7.1
0 commit comments