Skip to content

Commit 4d11bb6

Browse files
authored
Run tests on python3.9 (jazzband#589)
* Run tests on python3.9 * Add python 3.9 on tox * pinned drf for testing
1 parent ff13377 commit 4d11bb6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.6
77
- 3.7
88
- 3.8
9+
- 3.9
910
cache: pip
1011
dist: xenial
1112
install: travis_retry pip install tox-travis

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{35,36,37,38}-django{111,20,21,22}-apns{030,060}
4-
py{36,37,38}-django30-apns{030,060}
3+
py{35,36,37,38,39}-django{111,20,21,22}-apns{030,060}
4+
py{36,37,38,39}-django30-apns{030,060}
55
py37-flake8
66

77
[testenv]
@@ -17,7 +17,7 @@ deps =
1717
pytest-django
1818
mock
1919
pywebpush
20-
djangorestframework>=3.7
20+
djangorestframework==3.11.0
2121
django111: Django>=1.11,<2.0
2222
django20: Django>=2.0,<2.1
2323
django21: Django>=2.1,<2.2

0 commit comments

Comments
 (0)