diff --git a/.travis.yml b/.travis.yml index fe2ec78..14a751d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ script: - xvfb-run --server-args="-screen 0, 1280x1280x16" tests/python/coverage_run.sh after_success: - - coveralls + - codecov notifications: email: diff --git a/dev/requirements.txt b/dev/requirements.txt index 0e4d80f..f562de2 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,3 +1,4 @@ +codecov fakeredis==0.8.1 flake8==3.2.1 pydocstyle==1.1.1