From d2eae625bc3a5b3f17b39e14f9f3094ed4fb34a6 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 30 Dec 2019 15:56:54 -0500 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 56cc65c..9ea12c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: install: - pip install pipenv - - pipenv --python 3 + - pipenv --python 3.7 - pipenv install --dev build: off