diff .travis.yml @ 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 e8a5d7443b09
children 5cd830e77abf
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