Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-12 12:32:27 -04:00
parent b72d5379ea
commit 82c3c42193
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ test:
# This runs all of the tests, on both Python 2 and Python 3. # This runs all of the tests, on both Python 2 and Python 3.
python setup.py test python setup.py test
mypy: mypy:
python setup.py test -a--mypy python setup.py mypy
ci: ci:
pipenv run py.test -n 8 --boxed --junitxml=report.xml pipenv run py.test -n 8 --boxed --junitxml=report.xml
+1 -1
View File
@@ -65,7 +65,7 @@ requires = [
'certifi>=2017.4.17' 'certifi>=2017.4.17'
] ]
test_requirements = ['pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0'] test_requirements = ['pytest-httpbin==0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist', 'PySocks>=1.5.6, !=1.5.7', 'pytest>=2.8.0', 'pytest-mypy', 'mypy==0.540']
about = {} about = {}
with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: with open(os.path.join(here, 'requests', '__version__.py'), 'r', 'utf-8') as f: