Skip to content

Commit

Permalink
Fix appveyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaverga committed Oct 25, 2018
1 parent 07d30af commit 37261c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- "conda create -q -n test-environment python=%PYTHON_VERSION% numpy pytest mock"
- "conda create -q -n test-environment python=%PYTHON_VERSION% numpy pytest mock click"
- activate test-environment

test_script:
Expand Down

0 comments on commit 37261c0

Please sign in to comment.