File tree 3 files changed +6
-6
lines changed
tooling/src/hypothesistooling
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
- lint-conjecture-rust
38
38
- check-nose
39
39
- check-pytest46
40
+ - check-django32
40
41
- check-django31
41
- - check-django30
42
42
- check-django22
43
43
- check-pandas111
44
44
- check-pandas100
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ commands =
53
53
pip install django~=2.2.0
54
54
python -m tests.django.manage test tests.django
55
55
56
- [testenv:django30 ]
56
+ [testenv:django31 ]
57
57
commands =
58
58
pip install .[pytz]
59
- pip install django~=3.0.10
59
+ pip install django~=3.1.1
60
60
python -m tests.django.manage test tests.django
61
61
62
- [testenv:django31 ]
62
+ [testenv:django32 ]
63
63
commands =
64
64
pip install .[pytz]
65
- pip install django~=3.1.1
65
+ pip install django~=3.2.0
66
66
python -m tests.django.manage test tests.django
67
67
68
68
[testenv:nose]
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ def standard_tox_task(name):
414
414
standard_tox_task ("nose" )
415
415
standard_tox_task ("pytest46" )
416
416
417
- for n in [22 , 30 , 31 ]:
417
+ for n in [22 , 31 , 32 ]:
418
418
standard_tox_task (f"django{ n } " )
419
419
for n in [25 , 100 , 111 ]:
420
420
standard_tox_task (f"pandas{ n } " )
You can’t perform that action at this time.
0 commit comments