##// END OF EJS Templates
Merge pull request #4379 from ivanov/split-shortcut-ff...
Merge pull request #4379 from ivanov/split-shortcut-ff fix (CTRL-M -) shortcut for splitting cell in FF

File last commit:

r12615:c48fa02b
r12964:d1bf9a5d merge
Show More
.travis.yml
14 lines | 412 B | text/x-yaml | YamlLexer
# http://travis-ci.org/#!/ipython/ipython
language: python
python:
- 2.7
- 3.3
before_install:
- easy_install -q pyzmq
- pip install jinja2 sphinx pygments tornado
- sudo apt-get install pandoc
install:
- python setup.py install -q
script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cd /tmp; iptest; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then cd /tmp; iptest3; fi