Skip to content

Migrate to GitHub Actions. #1410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Nov 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run Selenium on Python 3.8, Django 3.1 and Postgres.
  • Loading branch information
jezdez committed Nov 28, 2020
commit 1ca3e4ac4f05dbb7be26a2aa9b38ab35614cd725
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ setenv =
PYTHONPATH = {toxinidir}
PYTHONWARNINGS = d
postgresql: DJANGO_DATABASE_ENGINE = postgresql
py38-dj31-postgresql: DJANGO_SELENIUM_TESTS = true
mariadb: DJANGO_DATABASE_ENGINE = mysql
whitelist_externals = make
pip_pre = True
Expand Down