Skip to content

Commit

Permalink
Restore normal python versions declaration in tox (nephila#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored Jun 24, 2020
1 parent 23c4101 commit 7abbfbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install --upgrade pip tox>=3.5
- name: Test with tox
env:
TOX_ENV: ${{ format('py{0}-django{1}-cms{2}', matrix.python-version, matrix.django, matrix.cms) }}
TOX_ENV: ${{ format('py-django{1}-cms{2}', matrix.python-version, matrix.django, matrix.cms) }}
COMMAND: coverage run
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github
Expand Down
1 change: 1 addition & 0 deletions changes/606.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix python version declaration in tox
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ envlist =
pep8
pypi-description
towncrier
py{3.8,3.7,3.6}-django{30}-cms{37,no-search-37}
py{3.8,3.7,3.6,3.5}-django{22}-cms{37,no-search-37}
py{38,37,36}-django{30}-cms{37,no-search-37}
py{38,37,36,35}-django{22}-cms{37,no-search-37}

[testenv]
commands = {env:COMMAND:python} cms_helper.py djangocms_blog test {posargs}
Expand Down

0 comments on commit 7abbfbf

Please sign in to comment.