Skip to content

Commit 2bbfa70

Browse files
committed
Update package setup
1 parent c6addde commit 2bbfa70

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ env:
2323
global:
2424
- CHROME_DRIVER_VERSION=2.36
2525
matrix:
26-
- DJANGO=20
27-
- DJANGO=21
26+
- DJANGO=111
2827
- DJANGO=22
2928
- DJANGO=master
3029
matrix:

setup.cfg

+9-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://github.com/codingjoe/django-s3file
88
license = MIT
99
license_file = LICENSE
1010
classifier =
11-
Development Status :: 5 - Production/Stable
11+
Development Status :: 6 - Mature
1212
Environment :: Web Environment
1313
Framework :: Django
1414
Intended Audience :: Developers
@@ -17,6 +17,12 @@ classifier =
1717
Programming Language :: Python
1818
Topic :: Software Development
1919
Programming Language :: Python :: 3
20+
Programming Language :: Python :: 3 :: Only
21+
Programming Language :: Python :: 3.6
22+
Programming Language :: Python :: 3.7
23+
Framework :: Django
24+
Framework :: Django :: 1.11
25+
Framework :: Django :: 2.2
2026

2127
[options]
2228
include_package_data = True
@@ -52,12 +58,11 @@ addopts = --cov=s3file --cov-report xml --tb=short -rxs
5258
DJANGO_SETTINGS_MODULE=tests.testapp.settings
5359

5460
[tox:tox]
55-
envlist = py{36,37}-dj{20,21,22,master}
61+
envlist = py{36,37}-dj{111,22,master}
5662

5763
[testenv]
5864
deps=
59-
dj20: https://github.com/django/django/archive/stable/2.0.x.tar.gz#egg=django
60-
dj21: https://github.com/django/django/archive/stable/2.1.x.tar.gz#egg=django
65+
dj111: https://github.com/django/django/archive/stable/1.11.x.tar.gz#egg=django
6166
dj22: https://github.com/django/django/archive/stable/2.2.x.tar.gz#egg=django
6267
djmaster: https://github.com/django/django/archive/master.tar.gz#egg=django
6368
commands=

0 commit comments

Comments
 (0)