##// END OF EJS Templates
try wheels for faster dependency installation
MinRK -
Show More
@@ -1,20 +1,20 b''
1 # http://travis-ci.org/#!/ipython/ipython
1 # http://travis-ci.org/#!/ipython/ipython
2 language: python
2 language: python
3 python:
3 python:
4 - 2.7
4 - 2.7
5 - 3.3
5 - 3.3
6 env:
6 env:
7 - GROUP=
7 - GROUP=
8 - GROUP=js
8 - GROUP=js
9 before_install:
9 before_install:
10 # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155
10 # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155
11 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
11 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
12 # Pierre Carrier's PPA for PhantomJS and CasperJS
12 # Pierre Carrier's PPA for PhantomJS and CasperJS
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:
20 - cd /tmp && iptest $GROUP
20 - cd /tmp && iptest $GROUP
General Comments 0
You need to be logged in to leave comments. Login now