Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d6a7f21

Browse files
authored
Merge pull request #71 from charris/install-hypothesis
Add hypothesis for testing
2 parents 73c0b3f + e56ccd5 commit d6a7f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ build_script:
145145
}
146146
147147
test_script:
148-
- pip install pytest
148+
- pip install pytest hypothesis
149149
- cd ..
150150
- python check_license.py
151151
- mkdir tmp_for_test

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# Also see DAILY_COMMIT below
55
- BUILD_COMMIT=e94cec800304a6a467cf90ce4e7d3e207770b4b4
66
- BUILD_DEPENDS=cython
7-
- TEST_DEPENDS=pytest
7+
- TEST_DEPENDS="pytest hypothesis"
88
- PLAT=x86_64
99
- UNICODE_WIDTH=32
1010
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker

0 commit comments

Comments
 (0)