summaryrefslogtreecommitdiff
path: root/update-asyncio-step3.sh
blob: cc13503ee8a9d53b80fdad98f7b206f8c3e0d602 (plain)
1
2
3
4
5
6
7
8
9
10
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"