Skip to content

Commit

Permalink
CHANGE pbr version
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 17, 2015
1 parent 2a904af commit d663bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ 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 pbr=0.8.1
- 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
- pip install pep8 python-coveralls
- pip install coverage
- pip install pbr==0.8.1

# Install requirements from other repos
- pip install git+https://github.com/automl/HPOlibConfigSpace.git
Expand Down

0 comments on commit d663bb3

Please sign in to comment.