Skip to content

Commit

Permalink
appveyor_install_req
Browse files Browse the repository at this point in the history
  • Loading branch information
flennerhag committed Mar 8, 2017
1 parent 1dc8e64 commit d11a2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy scikit-learn pandas nose
- activate test-environment
- pip install nose-exclude
- pip install -r requirements.txt

test_script:
- nosetests -s -v --exclude-dir=mlens/externals --exclude-dir=mlens/visualization --exclude-dir=dev

0 comments on commit d11a2aa

Please sign in to comment.