Attempt to export acceptance tests coverage results to coveralls

This commit is contained in:
Alexander Kukushkin
2016-03-13 09:24:01 +01:00
parent 7e0723a7fc
commit f3a238ccbc
-1
View File
@@ -26,7 +26,6 @@ install:
- curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-amd64.tar.gz | tar xz -C . --strip=1 --wildcards --no-anchored etcd
- pip install behave codacy-coverage coverage coveralls
script:
- python setup.py test
- PATH=.:$PATH $TEST_SUITE
- python setup.py flake8
after_success: