diff options
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 80722b9..53b33d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,7 @@ python: - "pypy" install: - pip install -e . - - pip install pytest-cov - # - pip install coveralls - - pip install codecov + - pip install pytest-cov sentry-sdk codecov #- pip install pytest # installed by Travis by default already script: - RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5 |
