Show More
@@ -1,18 +1,19 b'' | |||
|
1 | 1 | # http://travis-ci.org/#!/ipython/ipython |
|
2 | 2 | language: python |
|
3 | 3 | python: |
|
4 | 4 | - 2.6 |
|
5 | 5 | - 2.7 |
|
6 | 6 | - 3.2 |
|
7 | 7 | - 3.3 |
|
8 | 8 | before_install: |
|
9 | 9 | - easy_install -q pyzmq |
|
10 | 10 | - easy_install pygments |
|
11 | 11 | - easy_install jinja2 |
|
12 | 12 | - easy_install markdown |
|
13 | 13 | - easy_install sphinx |
|
14 | - sudo apt-get install pandoc | |
|
14 | 15 | install: |
|
15 | 16 | - python setup.py install -q |
|
16 | 17 | script: |
|
17 | 18 | - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi |
|
18 | 19 | - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then iptest3 -w /tmp; fi |
General Comments 0
You need to be logged in to leave comments.
Login now