Skip to content

Commit 790840b

Browse files
committed
CI: change nose to be 1.3.4
1 parent fbcdf36 commit 790840b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ echo "home_dir: [$home_dir]"
4343
pip install -I -U pip
4444
pip install -I -U setuptools
4545
pip install wheel==0.22
46-
pip install nose==1.3.3
46+
#pip install nose==1.3.3
47+
pip install nose==1.3.4
4748

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

0 commit comments

Comments
 (0)