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] [tox]
isolated_build = true isolated_build = true
envlist = lint,test envlist = lint,py3
[testenv:lint] [testenv:lint]
deps = deps =
...@@ -8,7 +8,7 @@ deps = ...@@ -8,7 +8,7 @@ deps =
commands = commands =
flake8 pycgtool flake8 pycgtool
[testenv:test] [testenv]
deps = deps =
pytest pytest
pytest-cov pytest-cov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment