Enable all Py3 tests
Change-Id: I7eb515bfabbeca8f0e6a6db24e236e4ecd3e0004
This commit is contained in:
parent
be0b33979f
commit
1847bbc10c
19
tox.ini
19
tox.ini
@ -16,23 +16,12 @@ commands = python setup.py testr --testr-args='{posargs}'
|
||||
distribute = false
|
||||
|
||||
[testenv:py33]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/requirements-py3.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
# to be removed once all tests passed
|
||||
commands = python -m testtools.run \
|
||||
tests.unit.test_config_files \
|
||||
tests.unit.test_default_data_processor \
|
||||
tests.unit.test_mps \
|
||||
tests.unit.test_mls \
|
||||
tests.unit.test_record_processor \
|
||||
tests.unit.test_utils \
|
||||
tests.unit.test_vcs \
|
||||
tests.api.test_companies \
|
||||
tests.api.test_modules \
|
||||
tests.api.test_releases \
|
||||
tests.api.test_stats \
|
||||
tests.api.test_users
|
||||
|
||||
[testenv:py34]
|
||||
deps = -r{toxinidir}/requirements-py3.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
|
Loading…
Reference in New Issue
Block a user