##// END OF EJS Templates
Merge pull request #2192 from Carreau/notification...
Merge pull request #2192 from Carreau/notification Introduce Notification Area This allow several notification widget to be next one to the other in the notification area. The Api allow also to register a callback if the user click on the notification. and allows sticky and non sticky notification.

File last commit:

r7928:16b88195
r8290:f4616c97 merge
Show More
.travis.yml
13 lines | 337 B | text/x-yaml | YamlLexer
# http://travis-ci.org/#!/ipython/ipython
language: python
python:
- 2.6
- 2.7
- 3.2
before_install:
- easy_install -q pyzmq
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