We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31037b commit a870426Copy full SHA for a870426
.travis.yml
@@ -23,7 +23,7 @@ matrix:
23
install:
24
- pip install git+http://github.com/django-nonrel/django@nonrel-$DJANGO_VERSION
25
- pip install git+http://github.com/django-nonrel/django-dbindexer@master
26
- - pip install git+http://github.com/django-nonrel/django-toolbox@master
+ - pip install git+http://github.com/django-nonrel/djangotoolbox@master
27
- python setup.py install
28
29
script: cd tests && python runtests.py
0 commit comments