try to fix appveyor

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 13:42:28 -04:00
parent 9f4cc67f5f
commit e3440845b4
+1 -1
View File
@@ -49,7 +49,7 @@ install:
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
- "pip install -e . --upgrade"
- "pipenv install --dev --skip-lock"
- "pipenv install --dev --skip-lock --python python.exe"
test_script:
- "pipenv run pytest test_windows/ tests/test_utils.py tests/test_project.py"