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

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 5, 2018
1 parent 6b5a452 commit 3e5d0d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Expand Up @@ -6,13 +6,16 @@ stack: python 3

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

clone_depth: 3

build: off

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


install:
- pip install -e .[tests]
Expand Down

0 comments on commit 3e5d0d8

Please sign in to comment.