Skip to content

Commit 9f7d41b

Browse files
committed
CI: use nose 1.3.3 for all testing
1 parent 326ef95 commit 9f7d41b

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

ci/install.sh

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff 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

4343
pip install -I -U pip
4444
pip install -I -U setuptools
4545
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
6747

6848
# comment this line to disable the fetching of wheel files
6949
base_url=http://pandas.pydata.org/pandas-build/dev/wheels

0 commit comments

Comments
 (0)