Add tox config to ease testing against multiple Python versions

This commit is contained in:
Arthur Skowronek 2015-11-11 18:46:37 +01:00
parent 585ce0fa35
commit 57b4d4e6c0

6
tox.ini Normal file
View file

@ -0,0 +1,6 @@
[tox]
envlist = py{26,27,32,33,34}
[testenv]
commands = python test_dj_database_url.py