We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981a1f4 commit 6b70645Copy full SHA for 6b70645
.travis.yml
@@ -64,6 +64,7 @@ jobs:
64
- env: TASK=check-pandas20
65
- env: TASK=check-pandas21
66
- env: TASK=check-pandas22
67
+ - env: TASK=check-pandas23
68
69
- stage: deploy
70
env: TASK=deploy
hypothesis-python/tox.ini
@@ -95,6 +95,13 @@ deps =
95
commands =
96
python -m pytest tests/pandas -n2
97
98
+[testenv:pandas23]
99
+deps =
100
+ -r../requirements/test.txt
101
+ pandas~=0.23.0
102
+commands =
103
+ python -m pytest tests/pandas -n2
104
+
105
106
[testenv:django111]
107
0 commit comments