Skip to content

Commit

Permalink
Remove existing package before testing "pip install"
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jun 29, 2018
1 parent 00d3907 commit c5a6ebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci.sh
Expand Up @@ -116,6 +116,10 @@ echo
echo
./px.pex --version

./setup.py install
if pip list --format=legacy | grep '^pxpx ' > /dev/null ; then
# Uninstall px before doing install testing
pip uninstall --yes pxpx
fi
pip install ./dist/pxpx-*.whl
px bash
px --version

0 comments on commit c5a6ebe

Please sign in to comment.