Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 651c83d

Browse files
committed
add hypothesis as dep
1 parent 704151f commit 651c83d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ before_install:
7474
- CONTAINER="wheels";
7575
- BUILD_COMMIT=$BUILD_COMMIT;
7676
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
77-
- TEST_DEPENDS="$NP_TEST_DEP pytest moto"
77+
- TEST_DEPENDS="$NP_TEST_DEP pytest moto hypothesis"
7878
- source multibuild/common_utils.sh
7979
- source multibuild/travis_steps.sh
8080
- before_install

0 commit comments

Comments
 (0)