summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2019-02-19 20:54:54 +0700
committerSelwin Ong <selwin.ong@gmail.com>2019-02-19 20:54:54 +0700
commitf7bd9a30a9af0e76812e943d7f59a9b6798f8eba (patch)
tree41101934c9ddf11d2fa67e388f5459d57e9cf211
parent2cf4233145c3cfd7fc75cb6a40e07b9cd7eb232b (diff)
downloadrq-sentry.tar.gz
Install sentry-sdk before running testssentry
-rw-r--r--.travis.yml4
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