Download:
child 204:b923c5aa0856
parent 202:cc7aa8429043
203:5fb816a7a437
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 20:49:37 +0800
pipelines: install dependencies, run tests and report coverage

1 файлов изменено, 13 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bitbucket-pipelines.yml Thu Aug 11 20:49:37 2016 +0800
@@ -0,0 +1,13 @@
+image: python:2
+
+pipelines:
+ default:
+ - step:
+ script:
+ - pip install -r requirements.txt -r dev-requirements.txt
+ - ./run-tests.py -v
+ --cov-report=term
+ --cov=candolint
+ --cov=incoming.py
+ --cov=viewer.py
+ --cov=checker.py