mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-05 14:04:52 +00:00
Add tox config to ease testing against multiple Python versions
This commit is contained in:
parent
585ce0fa35
commit
57b4d4e6c0
1 changed files with 6 additions and 0 deletions
6
tox.ini
Normal file
6
tox.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[tox]
|
||||
envlist = py{26,27,32,33,34}
|
||||
|
||||
|
||||
[testenv]
|
||||
commands = python test_dj_database_url.py
|
||||
Loading…
Reference in a new issue