##// END OF EJS Templates
try wheels for faster dependency installation
MinRK -
Show More
@@ -13,7 +13,7 b' before_install:'
13 - time sudo add-apt-repository -y ppa:pcarrier/ppa
13 - time sudo add-apt-repository -y ppa:pcarrier/ppa
14 - time sudo apt-get update
14 - time sudo apt-get update
15 - time sudo apt-get install pandoc casperjs nodejs libzmq3-dev
15 - time sudo apt-get install pandoc casperjs nodejs libzmq3-dev
16 - time pip install jinja2 sphinx pygments tornado requests mock pyzmq
16 - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests mock pyzmq
17 install:
17 install:
18 - time python setup.py install -q
18 - time python setup.py install -q
19 script:
19 script:
General Comments 0
You need to be logged in to leave comments. Login now