Skip to content

Commit

Permalink
Add the django-js-asset dependency to more places
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 17, 2017
1 parent 0f94fce commit 9f8b0e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ matrix:
before_install: pip install --upgrade pip

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install $DJANGO mock-django==0.6.9
install: pip install $DJANGO mock-django==0.6.9 django-js-asset
# command to run tests, e.g. python setup.py test
script: cd tests/ && ./runtests.sh
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Django >= 1.8
django-js-asset
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mock-django
Django
coverage
django-js-asset

0 comments on commit 9f8b0e3

Please sign in to comment.