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 326ef95 commit 9f7d41bCopy full SHA for 9f7d41b
ci/install.sh
@@ -38,32 +38,12 @@ echo "home_dir: [$home_dir]"
38
# pip==1.5.1
39
# setuptools==2.2
40
# wheel==0.22
41
-# nose==1.3.0 (1.3.1 broken for PY3)
+# nose==1.3.3
42
43
pip install -I -U pip
44
pip install -I -U setuptools
45
pip install wheel==0.22
46
-
47
-# install nose
48
-pip uninstall nose -y
49
50
-if [ -n "$EXPERIMENTAL" ]; then
51
52
- # install from master
53
- rm -Rf /tmp/nose
54
- cd /tmp
55
- git clone --branch master https://github.com/nose-devs/nose.git nose
56
- cd nose
57
- python setup.py install
58
- cd $home_dir
59
60
-else
61
62
- # known good version
63
- pip install nose==1.3.0
64
65
-fi
66
+pip install nose==1.3.3
67
68
# comment this line to disable the fetching of wheel files
69
base_url=http://pandas.pydata.org/pandas-build/dev/wheels
0 commit comments