Skip to content

Commit 1a79bd1

Browse files
authored
ci: test Django 3.0 (#760)
1 parent eca8315 commit 1a79bd1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
env: TOXENV=py37-dj21-sqlite-coverage
2424
- python: 3.7
2525
env: TOXENV=py37-dj22-sqlite-xdist-coverage
26+
- python: 3.8-dev
27+
env: TOXENV=py38-dj30-sqlite-xdist-coverage
2628

2729
# Explicitly test (older) pytest 4.1.
2830
- python: 3.7

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
22
envlist =
3-
py{37}-dj{22,21,20,111}-postgres
4-
py{35,36}-dj{22,21,20,111,110,19,18}-postgres
3+
py37-dj{30,22,21,20,111}-postgres
4+
py36-dj{30,22,21,20,111,110,19,18}-postgres
5+
py35-dj{22,21,20,111,110,19,18}-postgres
56
py34-dj{20,111,110}-postgres
67
py27-dj{111,110}-{mysql_innodb,mysql_myisam,postgres}
78
py27-dj{111,110,19,18}-postgres
@@ -11,6 +12,7 @@ envlist =
1112
extras = testing
1213
deps =
1314
djmaster: https://github.com/django/django/archive/master.tar.gz
15+
dj30: Django>=3.0a1,<3.1
1416
dj22: Django>=2.2a1,<2.3
1517
dj21: Django>=2.1,<2.2
1618
dj20: Django>=2.0,<2.1

0 commit comments

Comments
 (0)