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

Commit

Permalink
[DO NOT MERGE] Fix hypothesis pin for travis (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Aug 19, 2022
1 parent 6349bb0 commit c628bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ before_install:
- CONTAINER="wheels";
- BUILD_COMMIT=$BUILD_COMMIT;
- BUILD_DEPENDS="$NP_BUILD_DEP $EXTRA_BUILD_DEP Cython"
- TEST_DEPENDS="$NP_TEST_DEP pytest pytest-xdist hypothesis"
- TEST_DEPENDS="$NP_TEST_DEP $TEST_DEPENDS"
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
- source extra_functions.sh
Expand Down

0 comments on commit c628bf5

Please sign in to comment.