Automate testing with tox
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@
|
||||
.*.swp
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.tox
|
||||
|
||||
# Build related
|
||||
*.egg-info
|
||||
|
13
tox.ini
Normal file
13
tox.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[tox]
|
||||
envlist = py27,py34
|
||||
|
||||
[testenv]
|
||||
changedir={toxinidir}/Tests
|
||||
commands =
|
||||
{envpython} {toxinidir}/Tests/t_ldapurl.py
|
||||
{envpython} {toxinidir}/Tests/t_cext.py
|
||||
{envpython} {toxinidir}/Tests/t_search.py
|
||||
{envpython} {toxinidir}/Tests/Lib/ldap/schema/test_tokenizer.py
|
||||
{envpython} {toxinidir}/Tests/Lib/ldap/test_modlist.py
|
||||
{envpython} {toxinidir}/Tests/Lib/test_ldapurl.py
|
||||
|
Reference in New Issue
Block a user