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]"
3838# pip==1.5.1
3939# setuptools==2.2
4040# wheel==0.22
41- # nose==1.3.0 (1.3.1 broken for PY3)
41+ # nose==1.3.3
4242
4343pip install -I -U pip
4444pip install -I -U setuptools
4545pip 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
6747
6848# comment this line to disable the fetching of wheel files
6949base_url=http://pandas.pydata.org/pandas-build/dev/wheels
You can’t perform that action at this time.
0 commit comments