Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 30, 2018
1 parent 1ae83be commit 9eb8dbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lenskit/appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 0.1.0.{build}
pull_requests:
do_not_increment_build_number: true
init:
- cmd: >-
C:\Miniconda36-x64\Scripts\activate.bat base
conda config --set always_yes yes
install:
- cmd: >-
conda install pandas scipy pytables cython
conda install pytest pytest-arraydiff pytest-xdist invoke
build_script:
- cmd: python setup.py build
test_script:
- cmd: python setup.py test

0 comments on commit 9eb8dbd

Please sign in to comment.