Merge pull request #4647 from requests/appveyor_test

fix appveyor
This commit is contained in:
Ian Stapleton Cordasco
2018-05-16 08:14:37 -05:00
committed by GitHub
2 changed files with 9 additions and 8 deletions
+8 -8
View File
@@ -1,24 +1,24 @@
[[source]]
url = "https://pypi.org/simple/"
verify_ssl = true
name = "pypi"
[dev-packages]
pytest = ">=2.8.0"
codecov = "*"
"pytest-httpbin" = "==0.0.7"
"pytest-mock" = "*"
"pytest-cov" = "*"
"pytest-xdist" = "*"
pytest-httpbin = ">=0.0.7"
pytest-mock = "*"
pytest-cov = "*"
pytest-xdist = "*"
alabaster = "*"
"readme-renderer" = "*"
readme-renderer = "*"
sphinx = "<=1.5.5"
pysocks = "*"
docutils = "*"
"flake8" = "*"
tox = "*"
detox = "*"
httpbin = "==0.5.0"
httpbin = ">=0.7.0"
[packages]
"e1839a8" = {path = ".", editable = true, extras=["socks"]}
"e1839a8" = {path = ".", editable = true, extras = ["socks"]}
+1
View File
@@ -43,6 +43,7 @@ install:
# about it being out of date.
- "python -m pip install --upgrade pip wheel"
- "C:\\MinGW\\bin\\mingw32-make"
- "pipenv install -e .[socks] --skip-lock"
test_script:
- "C:\\MinGW\\bin\\mingw32-make coverage"