changeset 210:71de9da3ffca

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:43:34 +0000
parents 3e39cd24a399
children 41ec8ed1c2cb
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Thu Jul 13 15:29:01 2017 +0100
+++ b/.travis.yml	Fri Feb 02 11:43:34 2018 +0000
@@ -17,7 +17,7 @@
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
 
 install:
-  - sudo pip install jsonschema
+  - sudo pip2 install jsonschema
 
 script:
   - ./check.sh