##// END OF EJS Templates
Add .travis.yml for Travis CI (http://travis-ci.org/)
Marc Abramowitz -
Show More
@@ -0,0 +1,14 b''
1 # http://travis-ci.org/#!/ipython/ipython
2 language: python
3 python:
4 - 2.6
5 - 2.7
6 - 3.2
7 before_install:
8 - pip install --use-mirrors numpy
9 - easy_install -q pyzmq
10 install:
11 - python setup.py install -q
12 script:
13 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -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