Show More
@@ -1,13 +1,14 | |||
|
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 | - 3.3 | |
|
7 | 8 | before_install: |
|
8 | 9 | - easy_install -q pyzmq |
|
9 | 10 | install: |
|
10 | 11 | - python setup.py install -q |
|
11 | 12 | script: |
|
12 | 13 | - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi |
|
13 | 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