Skip to content

Commit

Permalink
Add Windows tests on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 17, 2018
1 parent 0cbc906 commit 3b8f3fa
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build: false

environment:
matrix:
- PYTHON_VERSION: 3.6
MINICONDA: C:\Miniconda36-x64

init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"

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 -n thunor pip python=3.6
- activate thunor

- pip install tables pytest nbval django
- python setup.py install
test_script:
- pytest --nbval

0 comments on commit 3b8f3fa

Please sign in to comment.