Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
CI template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 10, 2018
1 parent fbc0ba2 commit 4c41ad9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .appveyor.yml
Expand Up @@ -5,16 +5,16 @@ image:
stack: python 3

environment:
PY_DIR: C:\Python36-x64
PY_DIR: C:\Python37-x64

clone_depth: 3

before_build:
build: off

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

build_script:
- pip install -e .[tests]

after_build:
- pytest -v
install: pip install -e .[tests]

test_script: pytest -rsv

0 comments on commit 4c41ad9

Please sign in to comment.