Update appveyor.yml

This commit is contained in:
Brian Martin 2019-12-30 15:56:54 -05:00
parent 5219ab06ab
commit d2eae625bc

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