Skip to content

Commit

Permalink
fixing tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Frenzel committed May 6, 2021
1 parent dab6c48 commit 7537d8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9]

env:
USING_COVERAGE: "3.9"
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ envlist = py39
line_len = 88
src_dir =
scripts
tests

[testenv]
deps =
black
isort
flake8
pytest
cfn-lint
commands =
black -l {[main]line_len} --check {[main]src_dir}
isort --profile black --atomic --line-length {[main]line_len} --check {[main]src_dir}
flake8 {[main]src_dir}
pytest {[main]src_dir}
cfn-lint -t cfn/*.yaml

0 comments on commit 7537d8d

Please sign in to comment.