Skip to content

Commit

Permalink
Merge pull request #35 from whitergh/fix_jsonschema_dependency
Browse files Browse the repository at this point in the history
added pip install jsonschema to travis_setup.sh
  • Loading branch information
jbpoline committed Jun 5, 2015
2 parents e133b4a + 361e778 commit d05bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_setup.sh
Expand Up @@ -6,5 +6,5 @@ WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/"
pip install wheel nose coveralls
pip install -r requirements.txt $WHEELHOUSE
sudo apt-get install libzmq3-dev
pip install ipython runipy
pip install ipython runipy jsonschema

0 comments on commit d05bd1b

Please sign in to comment.