@@ -8,7 +8,7 @@ url = https://github.com/codingjoe/django-s3file
88license = MIT
99license_file = LICENSE
1010classifier =
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]
2228include_package_data = True
@@ -52,12 +58,11 @@ addopts = --cov=s3file --cov-report xml --tb=short -rxs
5258DJANGO_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]
5864deps =
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
6368commands =
0 commit comments