attempted fix of windows tests

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-07 21:53:06 -04:00
parent b28f752be1
commit bbe7e1d1f0
+1 -1
View File
@@ -48,7 +48,7 @@ install:
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
- "pip install -e . --upgrade"
- "pipenv install --dev"
- "pipenv install --dev --skip-lock"
test_script:
- "pipenv run pytest test_windows/ tests/test_utils.py tests/test_project.py"