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

Remove cython pinning #32

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ before_install:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
- CONTAINER="pre-release";
- BUILD_COMMIT=$BUILD_COMMIT;
- BUILD_DEPENDS="$NP_BUILD_DEP cython==0.26.0"
- BUILD_DEPENDS="$NP_BUILD_DEP cython"
- TEST_DEPENDS="$NP_TEST_DEP pytest moto"
- source multibuild/common_utils.sh
- source multibuild/travis_steps.sh
Expand Down