Skip to content

Commit e05eea6

Browse files
committed
Travis apparently wasn't installing test deps anymore
1 parent f94ed13 commit e05eea6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NPM_ROOT = ./node_modules
22
STATIC_DIR = src/sentry/static/sentry
33

44
install-python:
5-
@echo "--> Installing Pythond dependencies"
5+
@echo "--> Installing Python dependencies"
66
pip install "setuptools>=0.9.8"
77
# order matters here, base package must install first
88
pip install -e .
@@ -15,7 +15,7 @@ install-npm:
1515
install-python-tests:
1616
pip install "file://`pwd`#egg=sentry[tests]"
1717

18-
develop-only: update-submodules install-python install-npm
18+
develop-only: update-submodules install-python-tests install-npm
1919

2020
develop: update-submodules setup-git develop-only install-python-tests
2121
@echo ""
@@ -138,7 +138,7 @@ travis-upgrade-pip:
138138
travis-setup-cassandra:
139139
echo "create keyspace sentry with replication = {'class' : 'SimpleStrategy', 'replication_factor': 1};" | cqlsh --cqlversion=3.0.3
140140
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
142142
travis-noop:
143143
@echo "nothing to do here."
144144

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
tests_require = [
6060
'blist', # used by cassandra
6161
'casscache',
62-
'coverage',
6362
'cqlsh',
6463
'datadog',
6564
'httpretty',

0 commit comments

Comments
 (0)