Need hypothesis 3.0.0?

This commit is contained in:
rocky
2019-01-14 22:21:59 -05:00
parent 739ba48f61
commit 14111d9341

View File

@@ -57,7 +57,7 @@ jobs:
# This is based on your 1.0 configuration file or project settings # This is based on your 1.0 configuration file or project settings
- run: pip install --upgrade setuptools - run: pip install --upgrade setuptools
- run: pip install -e . - run: pip install -e .
- run: pip install pytest==3.2.5 hypothesis - run: pip install pytest==3.2.5 hypothesis==3.0.0
# Save dependency cache # Save dependency cache
- save_cache: - save_cache:
key: v1-dep-{{ .Branch }}-{{ epoch }} key: v1-dep-{{ .Branch }}-{{ epoch }}