Skip to content

Commit

Permalink
Also run install-python task
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed May 9, 2016
1 parent f6140da commit 61598da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -13,7 +13,7 @@ install-npm:
npm install

install-python-tests:
pip install "file://`pwd`#egg=sentry[dev,tests]"
pip install "file://`pwd`#egg=sentry[dev,tests,dsym]"

develop-only: update-submodules install-python install-python-tests install-npm

Expand Down Expand Up @@ -149,7 +149,7 @@ travis-upgrade-pip:
travis-setup-cassandra:
echo "create keyspace sentry with replication = {'class' : 'SimpleStrategy', 'replication_factor': 1};" | cqlsh --cqlversion=3.1.7
echo 'create table nodestore (key text primary key, value blob, flags int);' | cqlsh -k sentry --cqlversion=3.1.7
travis-install-python: travis-upgrade-pip install-python-tests travis-setup-cassandra
travis-install-python: travis-upgrade-pip install-python install-python-tests travis-setup-cassandra
python -m pip install codecov
travis-noop:
@echo "nothing to do here."
Expand Down

0 comments on commit 61598da

Please sign in to comment.