Skip to content

Commit

Permalink
fix pytest-xidst version as 1.17 appears buggy (#16652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jun 10, 2017
1 parent 5aba665 commit ec6bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ -e ${REQ} ]; then
fi

time conda install -n pandas pytest
time pip install pytest-xdist
time pip install pytest-xdist==1.16.0

if [ "$LINT" ]; then
conda install flake8
Expand Down

0 comments on commit ec6bf6d

Please sign in to comment.