zapier / django-knowledge

Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.
http://github.com/zapier/django-knowledge
ISC License
486 stars 116 forks source link

Travis support #65

Closed moggers87 closed 10 years ago

moggers87 commented 10 years ago

This adds a configuration file for Travis CI and fixes a number of issues with testing that came up. I think the repo owner still needs to link their account to Travis and click on a few buttons to fully enable Travis.

I've also removed the version pinning from requirements.txt - it made testing multiple versions of Django impossible without downloading it twice (once for the version pinned in requirements.txt and then once again for the version specified in the testing matrix)