@@ -8,7 +8,7 @@ url = https://github.com/codingjoe/django-s3file
8
8
license = MIT
9
9
license_file = LICENSE
10
10
classifier =
11
- Development Status :: 5 - Production/Stable
11
+ Development Status :: 6 - Mature
12
12
Environment :: Web Environment
13
13
Framework :: Django
14
14
Intended Audience :: Developers
@@ -17,6 +17,12 @@ classifier =
17
17
Programming Language :: Python
18
18
Topic :: Software Development
19
19
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
20
26
21
27
[options]
22
28
include_package_data = True
@@ -52,12 +58,11 @@ addopts = --cov=s3file --cov-report xml --tb=short -rxs
52
58
DJANGO_SETTINGS_MODULE =tests.testapp.settings
53
59
54
60
[tox:tox]
55
- envlist = py{36,37}-dj{20,21 ,22,master}
61
+ envlist = py{36,37}-dj{111 ,22,master}
56
62
57
63
[testenv]
58
64
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
61
66
dj22: https://github.com/django/django/archive/stable/2.2.x.tar.gz# egg=django
62
67
djmaster: https://github.com/django/django/archive/master.tar.gz# egg=django
63
68
commands =
0 commit comments