Skip to content

Commit c08a886

Browse files
committed
add ipython to travis
1 parent 5b97382 commit c08a886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- conda info -a
2121

2222
# Replace dep1 dep2 ... with your dependencies
23-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose
23+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose ipython
2424
- source activate test-environment
2525
- python setup.py install
2626
script:

0 commit comments

Comments
 (0)