Skip to content

Commit

Permalink
Use git version of djangotoolbox when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel committed Nov 29, 2013
1 parent 1006bbc commit a31037b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ matrix:
install:
- pip install git+http://github.com/django-nonrel/django@nonrel-$DJANGO_VERSION
- pip install git+http://github.com/django-nonrel/django-dbindexer@master
- pip install git+http://github.com/django-nonrel/django-toolbox@master
- python setup.py install

script: cd tests && python runtests.py

0 comments on commit a31037b

Please sign in to comment.