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