From a40ef5a4b22daf2a90d2400396eecec26ba4aea1 Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Mon, 9 Jul 2018 21:25:02 -0700 Subject: [PATCH] add coveralls --- .coveralls.yml | 2 ++ .travis.yml | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..965ab3e --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-ci +repo_token: 8U0UwPthqAyT0kkK9ZTxt0XhG3bR0Ot4q diff --git a/.travis.yml b/.travis.yml index ba9a940..4ca295e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ python: - "3.6" # - "3.7" script: - - python setup.py test + - coverage3 run setup.py test +after_success: + - coveralls \ No newline at end of file