Skip to content

Commit

Permalink
Remove bootstrap-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Mar 3, 2013
1 parent b85e215 commit 5a717aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:
install:
- sudo apt-get install libevent-dev
- pip install $DJANGO --use-mirrors
- pip install -e . --use-mirrors
- make bootstrap-tests
- make bootstrap
script:
- make test
notifications:
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
bootstrap: bootstrap-tests
bootstrap:
pip install -e . --use-mirrors
pip install "file://`pwd`#egg=raven[dev]"

bootstrap-tests:
pip install "file://`pwd`#egg=raven[tests]"

test: bootstrap-tests lint
Expand Down

0 comments on commit 5a717aa

Please sign in to comment.