mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Add tox configuration
This commit is contained in:
parent
34a28f7611
commit
3a565e586e
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,4 +6,5 @@ dist
|
|||
.project
|
||||
.pydevproject
|
||||
.settings
|
||||
.tox
|
||||
MANIFEST
|
||||
|
|
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