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 ccba54f commit 4347f06Copy full SHA for 4347f06
scripts/install.sh
@@ -31,7 +31,9 @@ fi
31
32
source ./venv/bin/activate
33
pip install numpy pendulum
34
-pip install pyarrow
+if [[ "$TRAVIS_PYTHON_VERSION" != "3.4" ]]; then
35
+ pip install pyarrow
36
+fi
37
pip install pytest pytest-cov pytest-rerunfailures
38
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]] || [[ $PYTHON_VERSION == "2.7"* ]]; then
39
pip install mock
0 commit comments