Skip to content
Snippets Groups Projects
Verified Commit 4384ed59 authored by James Graham's avatar James Graham
Browse files

test: tox allow parallel python versions

parent c833b6cb
No related branches found
No related tags found
No related merge requests found
[tox]
isolated_build = true
envlist = lint,test
envlist = lint,py3
[testenv:lint]
deps =
......@@ -8,7 +8,7 @@ deps =
commands =
flake8 pycgtool
[testenv:test]
[testenv]
deps =
pytest
pytest-cov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment