Also update setuptools

This commit is contained in:
Markus Unterwaditzer 2017-09-25 20:12:58 +02:00
parent 88969ae5e6
commit 944d5e709c

View file

@ -22,7 +22,7 @@ cfg['branches'] = {
cfg['install'] = ["""
. scripts/travis-install.sh;
pip install -U pip;
pip install -U pip setuptools;
pip install wheel;
make -e install-dev;
make -e install-$BUILD;