From f3a238ccbcbca7da7919ffc26b8ba39f552f401f Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Sun, 13 Mar 2016 09:24:01 +0100 Subject: [PATCH] Attempt to export acceptance tests coverage results to coveralls --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f92756a..38dddc77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: