Skip to content

Commit

Permalink
Updated .travis.yml path requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 27, 2015
1 parent 13d0696 commit 05acafe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -27,10 +27,11 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION path.py==7.6.1 nose bokeh pandas scipy jupyter ipython matplotlib param
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose bokeh pandas scipy jupyter ipython matplotlib param
- source activate test-environment
- python setup.py install
- pip install git+git://github.com/ioam/param.git
- pip install path.py
- pip install coveralls

before-script:
Expand Down

0 comments on commit 05acafe

Please sign in to comment.