diff --git a/.travis.yml b/.travis.yml index 26386fe..73d2f09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ python: install: - pip install -r requirements.txt script: - - python3 testing.py \ No newline at end of file + - python3 testing.py + - coverage run testing.py +after_success: + - coveralls \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e69de29..4365196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,2 @@ +coverage +coveralls \ No newline at end of file