Skip to content

Commit

Permalink
Pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolclosa committed Apr 4, 2023
1 parent e4e61c8 commit e6e909f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
max-parallel: 5
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ envlist = py37-django{ 32 },

[testenv]
passenv = COVERAGE_FILE
whitelist_externals = make
allowlist_externals = make
commands = make test
install_command = pip install --pre {opts} {packages}
deps = six
Expand All @@ -27,7 +27,7 @@ deps = six

[testenv:lcov]
passenv = COVERAGE_FILE
whitelist_externals = make
allowlist_externals = make
commands = make coverage-lcov
install_command = pip install --pre {opts} {packages}
deps = coverage
Expand Down

0 comments on commit e6e909f

Please sign in to comment.