Skip to content

Commit

Permalink
CHANGE installation of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Nov 18, 2015
1 parent b98201f commit c63f7e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ before_install:

install:
- 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
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1
- pip install mock --no-deps
- pip install Cython --no-deps
- pip install pandas --no-deps
- pip install lockfile==0.10.2 --no-deps
- pip install pep8 python-coveralls
- pip install coverage

Expand Down

0 comments on commit c63f7e5

Please sign in to comment.