Files
deb-python-trollius/update-asyncio-step3.sh
Victor Stinner 53bf283c29 don't commit in update-asyncio-step3.sh
update setup.py to use git
2015-07-11 12:04:32 +02:00

11 lines
185 B
Bash
Executable File

set -e -x
./update-asyncio-step2.sh
tox -e py27,py34
git status
echo
echo "Now type:"
echo "git commit -m 'Merge asyncio into trollius'"
echo
echo "You may have to add unstaged files"