File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{36, 37,38}-dj22 ,
4- py{36, 37,38}-dj30 ,
5- py{36, 37,38}-dj31 ,
6- py{36, 37,38}-djdev,
3+ py{37,38}-dj32 ,
4+ py{37,38}-dj40 ,
5+ py{37,38}-dj41 ,
6+ py{37,38}-djdev,
77 flake8,
88 isort,
99 readme
1010 check-manifest
1111
1212[travis:env]
1313DJANGO =
14- 2 .2: dj22
15- 3 .0: dj30
16- 3 .1: dj31
14+ 3 .2: dj32
15+ 4 .0: dj40
16+ 4 .1: dj41
1717 dev: djdev
1818
1919[testenv]
2020passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
2121deps =
22- dj22 : Django<2.3
23- dj30 : Django<3 .1
24- dj31 : Django<3 .2
22+ dj32 : Django<4.0
23+ dj40 : Django<4 .1
24+ dj41 : Django<4 .2
2525 django-pymemcache<2.0
2626 djdev: https://github.com/django/django/archive/master.tar.gz
2727 -r{toxinidir}/requirements.txt
28- py38-dj31 : codecov
28+ py38-dj32 : codecov
2929setenv =
3030 PYTHONPATH = {toxinidir}
3131commands =
3232 coverage run --source =django_elastipymemcache -m nose --verbose
33- py38-dj31 : coverage report
34- py38-dj31 : coverage xml
35- py38-dj31 : codecov
33+ py38-dj32 : coverage report
34+ py38-dj32 : coverage xml
35+ py38-dj32 : codecov
3636
3737[testenv:flake8]
3838basepython = python3.8
You can’t perform that action at this time.
0 commit comments