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

Added --database option to tests #163

Closed amureki closed 8 years ago

amureki commented 8 years ago

Hey Dave, I've added --database option to fast select database for tests. Works better for me than changing env.variables. For example, you can ./runtests.py -d psql for running postgresql engine.

Of course, old method would work if you don't select any option.

Also, updated Django minor versions in travis config.

etianen commented 8 years ago

Seems legit. Really, this thing is probably best managed using tox, but I'm only passingly familiar with it.

amureki commented 8 years ago

Yeah, tox really needed here. Maybe somewhen I'll have time for it either. :)