Skip to content

Commit a870426

Browse files
committed
Fix travis issue
1 parent a31037b commit a870426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +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
26+
- pip install git+http://github.com/django-nonrel/djangotoolbox@master
2727
- python setup.py install
2828

2929
script: cd tests && python runtests.py

0 commit comments

Comments
 (0)