##// END OF EJS Templates
notebooks should always have one checkpoint...
notebooks should always have one checkpoint closes #4396

File last commit:

r13090:ca26f652
r13245:140774e6
Show More
.travis.yml
14 lines | 421 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 requests
- 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