Skip to content

Commit

Permalink
Add Wagtail 2.8/Django 3.0 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Jan 7, 2020
1 parent 07f940b commit 3d01d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- env: TOXENV=py37-dj22-wa26-postgres
python: 3.7

- env: TOXENV=py37-dj30-wa28-postgres
python: 3.7

- env: TOXENV=py38-dj22-wa27-postgres
python: 3.8

Expand All @@ -26,7 +29,7 @@ before_install:
- sudo apt-get --yes remove postgresql\*
- sudo apt-get install -y postgresql-11 postgresql-client-11
- sudo cp /etc/postgresql/{9.6,11}/main/pg_hba.conf
- sudo service postgresql restart 11
- sudo service postgresql restart 11

install:
- pip install tox
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ deps =
coverage

dj22: Django>=2.2,<2.3
dj30: Django>=3.0,<3.1
djmaster: git+https://github.com/django/django.git@master#egg=Django
djmaster: git+https://github.com/wagtail/django-modelcluster.git

wa26: wagtail>=2.6,<2.7
wa27: wagtail>=2.7,<2.8
wa28: https://releases.wagtail.io/nightly/dist/wagtail-2.8.dev20200107-py3-none-any.whl

postgres: psycopg2>=2.6

Expand Down

0 comments on commit 3d01d55

Please sign in to comment.