mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Add testing for Python 3.7
This commit is contained in:
parent
2199d7b59d
commit
d66536836a
2 changed files with 3 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
|
||||
env:
|
||||
matrix:
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -89,5 +89,6 @@ setup(
|
|||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue