Show More
@@ -1,16 +1,14 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 | before_install: |
|
6 | before_install: | |
7 | - pip install jinja2 |
|
|||
8 | - easy_install -q pyzmq |
|
7 | - easy_install -q pyzmq | |
|
8 | - pip install jinja2 sphinx pygments tornado | |||
9 | - sudo apt-get install pandoc |
|
9 | - sudo apt-get install pandoc | |
10 | - pip install pygments |
|
|||
11 | - pip install sphinx |
|
|||
12 | install: |
|
10 | install: | |
13 | - python setup.py install -q |
|
11 | - python setup.py install -q | |
14 | script: |
|
12 | script: | |
15 | - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi |
|
13 | - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi | |
16 | - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then iptest3 -w /tmp; fi |
|
14 | - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then iptest3 -w /tmp; fi |
General Comments 0
You need to be logged in to leave comments.
Login now