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

Commit c868c98

Browse files
committed
add pytest-mock
1 parent 717f10d commit c868c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ before_install:
8282
- CONTAINER="wheels";
8383
- BUILD_COMMIT=$BUILD_COMMIT;
8484
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
85-
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist moto hypothesis wheel==0.31.1"
85+
- TEST_DEPENDS="$NP_TEST_DEP pytest==3.8.2 pytest-xdist pytest-mock moto hypothesis wheel==0.31.1"
8686
- source multibuild/common_utils.sh
8787
- source multibuild/travis_steps.sh
8888
- before_install

0 commit comments

Comments
 (0)