We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97382 commit c08a886Copy full SHA for c08a886
1 file changed
.travis.yml
@@ -20,7 +20,7 @@ install:
20
- conda info -a
21
22
# Replace dep1 dep2 ... with your dependencies
23
- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose
+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy nose ipython
24
- source activate test-environment
25
- python setup.py install
26
script:
0 commit comments