Skip to content

Commit 836f275

Browse files
committed
Test on Python 3.7
1 parent feff5e2 commit 836f275

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
2+
dist: xenial
3+
sudo: false
4+
25
python:
36
- 2.7
47
- 3.5
58
- 3.6
9+
- 3.7
610

711
install:
812
- pip install tox tox-travis coveralls

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'Programming Language :: Python :: 3',
3737
'Programming Language :: Python :: 3.5',
3838
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3.7',
3940
'Topic :: Internet :: WWW/HTTP',
4041
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
4142
],

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist=
44
py27-django{111},
55
py35-django{111,20,21},
66
py36-django{111,20,21},
7+
py37-django{111,20,21},
78

89
[testenv]
910
changedir=

0 commit comments

Comments
 (0)