Skip to content

Commit

Permalink
Fix Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Apr 21, 2018
1 parent 01a6971 commit a0eb8e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ init:
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n krige-env python=%PYTHON_VERSION% numpy scipy nose matplotlib cython scikit-learn pytest pytest-cov"
- conda create -q -n krige-env python=%PYTHON_VERSION% numpy scipy nose matplotlib cython scikit-learn pytest pytest-cov
- activate krige-env
- pip install coverage
- pip install -e .
Expand Down

0 comments on commit a0eb8e1

Please sign in to comment.