Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 15, 2018
1 parent 85a56df commit 34092d6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,22 @@
image:
- Visual Studio 2017
- Ubuntu

stack: python 3

environment:
PY_DIR: C:\Python36-x64
MINGW_DIR: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin

clone_depth: 3

build: off

init:
- cmd: set PATH=%PY_DIR%;%PY_DIR%\Scripts;%PATH%
- cmd: set PATH=%MINGW_DIR%;%PATH%

install: pip install -e .[tests]

test_script: pytest -rsv

0 comments on commit 34092d6

Please sign in to comment.