From 4e93b510372d05469766db19e991dd110703624a 2014-07-16 21:24:28 From: Paul Ivanov Date: 2014-07-16 21:24:28 Subject: [PATCH] Merge pull request #6143 from minrk/tornado-vs-casper-cagematch pin tornado to < 4 on travis js tests --- diff --git a/.travis.yml b/.travis.yml index a234f14..e03027c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ before_install: - time sudo add-apt-repository -y ppa:pcarrier/ppa - time sudo apt-get update - time sudo apt-get install pandoc casperjs nodejs libzmq3-dev + # pin tornado < 4 for js tests while phantom is on super old webkit + - if [[ $GROUP == 'js' ]]; then pip install 'tornado<4'; fi - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests mock pyzmq jsonschema jsonpointer - time npm install -g requirejs jquery install: