Skip to content

Commit

Permalink
Merge pull request #202 from klausfmh/dvl/kf/fix_tox_ini
Browse files Browse the repository at this point in the history
tox ini needs now ',' instead of ' '
  • Loading branch information
feenes authored Jan 24, 2023
2 parents df9393f + 81f9ff5 commit 37447c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands=
python -m flake8 pypeman
pytest --cov=pypeman --cov-config=.coveragerc
codecov
passenv=PYPEMAN_* CODECOV_TOKEN TRAVIS TRAVIS_*
passenv=PYPEMAN_*,CODECOV_TOKEN,TRAVIS,TRAVIS_*

[testenv:py38]
deps =
Expand All @@ -26,7 +26,7 @@ commands=
python -m flake8 pypeman
pytest --cov=pypeman --cov-config=.coveragerc
codecov
passenv=PYPEMAN_* CODECOV_TOKEN TRAVIS TRAVIS_*
passenv=PYPEMAN_*,CODECOV_TOKEN,TRAVIS,TRAVIS_*

[testenv:py39]
deps =
Expand All @@ -38,7 +38,7 @@ commands=
python -m flake8 pypeman
pytest --cov=pypeman --cov-config=.coveragerc
codecov
passenv=PYPEMAN_* CODECOV_TOKEN TRAVIS TRAVIS_*
passenv=PYPEMAN_*,CODECOV_TOKEN,TRAVIS,TRAVIS_*

[testenv:py310]
deps =
Expand All @@ -50,4 +50,4 @@ commands=
python -m flake8 pypeman
pytest --cov=pypeman --cov-config=.coveragerc
codecov
passenv=PYPEMAN_* CODECOV_TOKEN TRAVIS TRAVIS_*
passenv=PYPEMAN_*,CODECOV_TOKEN,TRAVIS,TRAVIS_*

0 comments on commit 37447c9

Please sign in to comment.