We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feff5e2 commit 836f275Copy full SHA for 836f275
.travis.yml
@@ -1,8 +1,12 @@
1
language: python
2
+dist: xenial
3
+sudo: false
4
+
5
python:
6
- 2.7
7
- 3.5
8
- 3.6
9
+ - 3.7
10
11
install:
12
- pip install tox tox-travis coveralls
setup.py
@@ -36,6 +36,7 @@
36
'Programming Language :: Python :: 3',
37
'Programming Language :: Python :: 3.5',
38
'Programming Language :: Python :: 3.6',
39
+ 'Programming Language :: Python :: 3.7',
40
'Topic :: Internet :: WWW/HTTP',
41
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
42
],
tox.ini
@@ -4,6 +4,7 @@ envlist=
py27-django{111},
py35-django{111,20,21},
py36-django{111,20,21},
+ py37-django{111,20,21},
[testenv]
changedir=
0 commit comments