Skip to content

Commit 6b70645

Browse files
committed
Test Pandas 23 on Travis
1 parent 981a1f4 commit 6b70645

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- env: TASK=check-pandas20
6565
- env: TASK=check-pandas21
6666
- env: TASK=check-pandas22
67+
- env: TASK=check-pandas23
6768

6869
- stage: deploy
6970
env: TASK=deploy

hypothesis-python/tox.ini

+7
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ deps =
9595
commands =
9696
python -m pytest tests/pandas -n2
9797

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+
98105

99106
[testenv:django111]
100107
commands =

0 commit comments

Comments
 (0)