This commit is contained in:
2017-05-28 21:38:27 -04:00
parent 821774cf47
commit 0622b5c54e
+3
View File
@@ -10,6 +10,9 @@ ci:
test-readme:
python setup.py check -r -s
flake8:
flake8 --ignore=E501
coverage:
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests