Skip to content

Commit

Permalink
ADD pbr 0.8.1 to prevent travis crash
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 17, 2015
1 parent f3580a0 commit 2a904af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
- conda update --yes conda

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1 mock Cython pandas
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1 mock Cython pandas pbr=0.8.1
- pip install pep8 python-coveralls
- pip install coverage

Expand Down

0 comments on commit 2a904af

Please sign in to comment.