Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 6, 2020
1 parent f7c84aa commit 0eb81e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.7, 3.6, 3.5]
python-version: [3.9, 3.8, 3.7, 3.6]
django: [31, 30, 22]
exclude:
- python-version: 3.5
django: 30
- python-version: 3.5
django: 31
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ envlist =
pep8
pypi-description
towncrier
py{38,37,36}-django{31,30}
py{38,37,36,35}-django{22}
py{39,38,37,36}-django{31,30,22}

[testenv]
commands = {env:COMMAND:python} cms_helper.py app_enabler test {posargs}
commands = {env:COMMAND:python} helper.py app_enabler test {posargs}
deps =
django22: django~=2.2.0
django30: django~=3.0.0
django31: django~=3.1.0
sekizai: django-sekizai
-r{toxinidir}/requirements-test.txt
passenv =
COMMAND
Expand Down Expand Up @@ -143,8 +141,7 @@ ignore =
.tx/**
changes/**
docs/**
cms_helper.py
aldryn_config.py
helper.py
tasks.py
tests/**
*.mo
Expand Down

0 comments on commit 0eb81e7

Please sign in to comment.