kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.15k stars 570 forks source link

Add `tox.ini` for simple local testing #137

Closed vlcinsky closed 6 years ago

vlcinsky commented 6 years ago

Currently there is no tox.ini and testing the package using make supports only current python interpreter version.

Adding tox.ini shall allow simple test under multiple python versions.