Skip to content

Commit

Permalink
ADD require lockifle version
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 17, 2015
1 parent fcf6f79 commit 6633d5c
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 @@ -31,7 +31,8 @@ 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
- pip install 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 lockfile=0.10.2
- pip install pep8 python-coveralls
- pip install coverage

Expand Down

0 comments on commit 6633d5c

Please sign in to comment.