Skip to content

Commit

Permalink
refs #10 I guess django-debug-toolbar is a req
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ward committed Mar 18, 2013
1 parent dd1a5e7 commit f26f941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ env:
- TRAVIS_DJANGO_VERSION=1.4
- TRAVIS_DJANGO_VERSION=1.5
install:
- pip install django-extensions django==$TRAVIS_DJANGO_VERSION --use-mirrors
- pip install django-extensions django-debug-toolbar django==$TRAVIS_DJANGO_VERSION --use-mirrors
notifications:
email:
- jason.louard.ward@gmail.com
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(fname):
'Programming Language :: Python',
'Framework :: Django',
],
install_requires=['django', 'django-extensions'],
install_requires=['django', 'django-extensions', 'django-debug-toolbar'],
package_data = {
'authority': [
'fixtures/test.json',
Expand Down

0 comments on commit f26f941

Please sign in to comment.