commit 361fb22a1d0b02d2d191eda019030b1974fe99fe
parent a7052f1894768519cb8c616e7716710e75722623
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 15 Sep 2018 11:37:36 -0400
Try fixing appveyor again
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
@@ -9,6 +9,7 @@ environment:
install:
- "%PYTHON% -m pip install pipenv"
+ - "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "make test-install"
build: off
diff --git a/make.bat b/make.bat
@@ -1,4 +1,5 @@
@echo off
+set
set BROWSER_PYSCRIPT=import os, webbrowser, sys^
try:^