This commit is contained in:
2017-01-17 17:37:21 -05:00
parent 96fbe9e8c9
commit 115b438e6a
+1 -1
View File
@@ -9,7 +9,7 @@ test:
py.test tests
coverage:
py.test --verbose --cov-report term --conv-report xml --cov=requests tests
py.test --verbose --cov-report term --cov-report xml --cov=requests tests
ci: init
py.test --junitxml=junit.xml