mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add tox configuration
This commit is contained in:
parent
34a28f7611
commit
3a565e586e
2 changed files with 7 additions and 0 deletions
6
tox.ini
Normal file
6
tox.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py31, py32, py33
|
||||
|
||||
[testenv]
|
||||
deps = nose
|
||||
commands = nosetests []
|
Loading…
Add table
Add a link
Reference in a new issue