Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 22, 2020
1 parent 6e1069e commit 64feda5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions appveyor.yml
@@ -1,14 +1,10 @@
image:
- Visual Studio 2019
environment:

global:
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"

matrix:

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

Expand All @@ -24,8 +20,6 @@ install:
- "%PYTHON%\\Scripts\\pip install -r requirements_conda.txt"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
- "%PYTHON%\\Scripts\\pip install tools"
- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
- "dir C:\\projects\\actuariat-python\\build\\update_modules\\Graphviz\\bin"
- set PYTHONPATH=src
build: off

Expand Down

0 comments on commit 64feda5

Please sign in to comment.