> -----Original Message----- > From: [email protected] [mailto:ovs-dev- > [email protected]] On Behalf Of Ilya Maximets > Sent: Friday, December 8, 2017 2:53 PM > To: [email protected] > Cc: Ilya Maximets <[email protected]>; Lance Richardson > <[email protected]>; Heetae Ahn <[email protected]> > Subject: [ovs-dev] [PATCH] travis: Use pip2 instead of pip for OSX build. > > xcode8.3 is a new default image for OS X on Travis-CI, but it does not have > 'pip': > > pip install --user six > ./.travis/osx-prepare.sh: line 3: pip: command not found > > 'pip2' or 'pip3' should be used explicitly instead: > > https://github.com/travis-ci/travis-ci/issues/8829 > > Signed-off-by: Ilya Maximets <[email protected]>
I haven't tested it, but I saw other people complaining about the same issue on travis-ci. Acked-by: Alin Gabriel Serdean <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
