Skip to content
Snippets Groups Projects
Unverified Commit ac5f2f4d authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Merge pull request #3145 from NotAFile/py3-tests

Add py3 tests to tox with folders that work
parents dbf6f28d 7767a9fc
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = packaging, py27, pep8
envlist = packaging, py27, py36, pep8
[testenv]
deps =
......@@ -46,6 +46,14 @@ commands =
# )
usedevelop=true
[testenv:py36]
usedevelop=true
commands =
/usr/bin/find "{toxinidir}" -name '*.pyc' -delete
coverage run {env:COVERAGE_OPTS:} --source="{toxinidir}/synapse" \
"{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests/metrics} {env:TOXSUFFIX:}
{env:DUMP_COVERAGE_COMMAND:coverage report -m}
[testenv:packaging]
deps =
check-manifest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment