commit 8943e26ed904907bc5658436f5e1720244ad79e2
parent 6a9d6f011f75ffb68396c6d30319512f169717bf
Author: Daniel Moch <daniel@danielmoch.com>
Date: Wed, 29 Aug 2018 21:20:11 -0400
Correct appveyor.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
@@ -7,7 +7,7 @@ environment:
- PYTHON: "C:\\Python37"
install:
- - "%PYTHON%\\python.exe -m pip install pyenv"
+ - "%PYTHON%\\python.exe -m pip install pipenv"
- "%PYTHON%\\python.exe -m pipenv --bare install --dev --skip-lock"
build: off