Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3145 from NotAFile/py3-tests
Browse files Browse the repository at this point in the history
Add py3 tests to tox with folders that work
  • Loading branch information
richvdh authored Apr 29, 2018
2 parents dbf6f28 + 7767a9f commit ac5f2f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = packaging, py27, pep8
envlist = packaging, py27, py36, pep8

[testenv]
deps =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac5f2f4

Please sign in to comment.