Update appveyor.yml

This commit is contained in:
Brian Martin 2019-11-22 15:04:50 -05:00
parent 7aec175588
commit d99e1c281c

View file

@ -9,7 +9,7 @@ environment:
install: install:
- pip install pipenv - pip install pipenv
- pipenv --python 3 - pipenv --python 3.7
- pipenv install --dev - pipenv install --dev
build: off build: off