Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Move from a git submodule to pip/peep for requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Aug 14, 2015
1 parent 9338a37 commit cfa1feb
Show file tree
Hide file tree
Showing 13 changed files with 1,067 additions and 55 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "vendor"]
path = vendor
url = git://github.com/mozilla/basket-lib.git
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ before_script:
- mysql -e 'create database basket;'
- python manage.py migrate --noinput
script: py.test --cov news
before_install:
- git submodule update --init --recursive
install:
- pip install -r requirements/compiled.txt -r requirements/dev.txt -r requirements/default.txt
- bin/peep.py install -r requirements/default.txt -r requirements/compiled.txt -r requirements/dev.txt
- pip install coveralls
after_success:
# Report coverage results to coveralls.io
Expand Down

0 comments on commit cfa1feb

Please sign in to comment.