##// END OF EJS Templates
ConnectionFileMixin is Configurable...
ConnectionFileMixin is Configurable it has `config=True` traits Currently in master `ipython console -h` will fail because of this. It doesn't affect 1.0, I'm not sure why.

File last commit:

r12145:cc527181
r12353:ba2c0531
Show More
.travis.yml
16 lines | 438 B | text/x-yaml | YamlLexer
# http://travis-ci.org/#!/ipython/ipython
language: python
python:
- 2.7
- 3.3
before_install:
- pip install jinja2
- easy_install -q pyzmq
- sudo apt-get install pandoc
- pip install pygments
- pip 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