Skip to content

Commit 14111d9

Browse files
committed
Need hypothesis 3.0.0?
1 parent 739ba48 commit 14111d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# This is based on your 1.0 configuration file or project settings
5858
- run: pip install --upgrade setuptools
5959
- run: pip install -e .
60-
- run: pip install pytest==3.2.5 hypothesis
60+
- run: pip install pytest==3.2.5 hypothesis==3.0.0
6161
# Save dependency cache
6262
- save_cache:
6363
key: v1-dep-{{ .Branch }}-{{ epoch }}

0 commit comments

Comments
 (0)