changeset 257:944e699a4068

pip2 rather than mere pip seems to be necessary on OSX now
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 02 Feb 2018 11:44:57 +0000
parents 0e3a36ba8736
children 048ab927a952
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Feb 02 11:44:51 2018 +0000
+++ b/.travis.yml	Fri Feb 02 11:44:57 2018 +0000
@@ -28,7 +28,7 @@
   - ( cd ../vamp-plugin-sdk ; if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then make -f build/Makefile.osx sdkstatic plugins ; else ./configure --disable-programs && make sdkstatic plugins; fi )
 
 install:
-  - sudo pip install jsonschema
+  - sudo pip2 install jsonschema
 
 script:
   - VAMP_PATH=$(pwd)/../vamp-plugin-sdk/examples ./test.sh