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

Commit 3d333a1

Browse files
committed
typo
1 parent d176525 commit 3d333a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ before_install:
7373
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
7474
- CONTAINER="wheels";
7575
- BUILD_COMMIT=$BUILD_COMMIT;
76-
- BUILD_DEPENDS="$NP_BUILD_DEP Cython=0.28.2"
76+
- BUILD_DEPENDS="$NP_BUILD_DEP Cython==0.28.2"
7777
- TEST_DEPENDS="$NP_TEST_DEP pytest moto"
7878
- source multibuild/common_utils.sh
7979
- source multibuild/travis_steps.sh

0 commit comments

Comments
 (0)