File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ NPM_ROOT = ./node_modules
2
2
STATIC_DIR = src/sentry/static/sentry
3
3
4
4
install-python :
5
- @echo " --> Installing Pythond dependencies"
5
+ @echo " --> Installing Python dependencies"
6
6
pip install " setuptools>=0.9.8"
7
7
# order matters here, base package must install first
8
8
pip install -e .
@@ -15,7 +15,7 @@ install-npm:
15
15
install-python-tests :
16
16
pip install " file://` pwd` #egg=sentry[tests]"
17
17
18
- develop-only : update-submodules install-python install-npm
18
+ develop-only : update-submodules install-python-tests install-npm
19
19
20
20
develop : update-submodules setup-git develop-only install-python-tests
21
21
@echo " "
@@ -138,7 +138,7 @@ travis-upgrade-pip:
138
138
travis-setup-cassandra :
139
139
echo " create keyspace sentry with replication = {'class' : 'SimpleStrategy', 'replication_factor': 1};" | cqlsh --cqlversion=3.0.3
140
140
echo ' create table nodestore (key text primary key, value blob, flags int);' | cqlsh -k sentry --cqlversion=3.0.3
141
- travis-install-python : travis-upgrade-pip install-python travis-setup-cassandra
141
+ travis-install-python : travis-upgrade-pip install-python-tests travis-setup-cassandra
142
142
travis-noop :
143
143
@echo " nothing to do here."
144
144
Original file line number Diff line number Diff line change 59
59
tests_require = [
60
60
'blist' , # used by cassandra
61
61
'casscache' ,
62
- 'coverage' ,
63
62
'cqlsh' ,
64
63
'datadog' ,
65
64
'httpretty' ,
You can’t perform that action at this time.
0 commit comments