##// END OF EJS Templates
Merge pull request #2749 from takluyver/travis-py3.3...
Bradley M. Froehle -
r8989:3ce704f4 merge
parent child Browse files
Show More
@@ -1,13 +1,14
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 before_install:
8 before_install:
8 - easy_install -q pyzmq
9 - easy_install -q pyzmq
9 install:
10 install:
10 - python setup.py install -q
11 - python setup.py install -q
11 script:
12 script:
12 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi
13 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi
13 - 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