diff --git a/.travis.yml b/.travis.yml index 3e91305..589a31c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ python: install: - pip install -r requirements.txt script: - - pytest \ No newline at end of file + - pytest +after_success: + - coveralls \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index abf623f..bd12986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ GPy==1.9.5 autopep8==1.4.1 +python-coveralls \ No newline at end of file