File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -38,32 +38,12 @@ echo "home_dir: [$home_dir]"
38
38
# pip==1.5.1
39
39
# setuptools==2.2
40
40
# wheel==0.22
41
- # nose==1.3.0 (1.3.1 broken for PY3)
41
+ # nose==1.3.3
42
42
43
43
pip install -I -U pip
44
44
pip install -I -U setuptools
45
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
-
46
+ pip install nose==1.3.3
67
47
68
48
# comment this line to disable the fetching of wheel files
69
49
base_url=http://pandas.pydata.org/pandas-build/dev/wheels
You can’t perform that action at this time.
0 commit comments