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