##// END OF EJS Templates
Travis, test without exclusion...
Travis, test without exclusion...

File last commit:

r11498:5440fd38
r11504:0cc2e0e5
Show More
.travis.yml
18 lines | 456 B | text/x-yaml | YamlLexer
# http://travis-ci.org/#!/ipython/ipython
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
before_install:
- easy_install -q pyzmq
- easy_install pygments
- easy_install jinja2
- easy_install markdown
- easy_install sphinx
install:
- python setup.py install -q
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest -w /tmp; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then iptest3 -w /tmp; fi