Skip to content

Commit a31037b

Browse files
committed
Use git version of djangotoolbox when running tests
1 parent 1006bbc commit a31037b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ matrix:
2323
install:
2424
- pip install git+http://github.com/django-nonrel/django@nonrel-$DJANGO_VERSION
2525
- pip install git+http://github.com/django-nonrel/django-dbindexer@master
26+
- pip install git+http://github.com/django-nonrel/django-toolbox@master
2627
- python setup.py install
2728

2829
script: cd tests && python runtests.py

0 commit comments

Comments
 (0)