etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

Re-enable Python 3.6 in tests #206

Closed moggers87 closed 7 years ago

moggers87 commented 7 years ago

These changes use tox-travis to run tests in their specific Python versions and work around the issues I was having in #205 . Additionally, I've added Python 3.3 to the env list for full Django 1.8 testing.

etianen commented 7 years ago

That is niiiiice! I'll apply the same logic to all my builds.