File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11[tox]
22envlist =
33 py27-django{111}
4- py35-django{111,20, 21,22}
5- py36-django{111,20, 21,22}
6- py37-django{111,20, 21,22}
4+ py35-django{111,21,22}
5+ py36-django{111,21,22}
6+ py37-django{111,21,22}
77 pypy-django{111}
8- pypy3-django{111,20, 21,22}
8+ pypy3-django{111,21,22}
99 flake8
1010 flakeplus
1111 apicheck
@@ -16,7 +16,7 @@ envlist =
1616[travis:env]
1717DJANGO =
1818 1.11: django111
19- 2.0: django20
19+ 2.1: django21
2020 2.2: django22
2121
2222[testenv]
2828 cov: -r{toxinidir}/requirements/test-django111.txt
2929
3030 django111: -r{toxinidir}/requirements/test-django111.txt
31- django20: -r{toxinidir}/requirements/test-django20.txt
3231 django21: django>=2.1<2.2
3332 django22: -r{toxinidir}/requirements/test-django22.txt
3433
@@ -169,5 +168,5 @@ usedevelop = true
169168commands =
170169 pip install -U https://github.com/celery/celery/zipball/master# egg=celery
171170 pip install -U https://github.com/celery/kombu/zipball/master# egg=kombu
172- pip install Django ==2.0
171+ pip install Django ==2.2
173172 py.test -x --cov =django_celery_beat --cov-report =xml --no-cov-on-fail
You can’t perform that action at this time.
0 commit comments