Skip to content

Commit

Permalink
travis: try to downgrade pip as v20 seems to break multibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 21, 2020
1 parent 6a5fa68 commit bf4f58f
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 @@ -3,7 +3,7 @@ env:
# directory containing the project source
- REPO_DIR=.
# pip dependencies to _test_ project
- TEST_DEPENDS="tox"
- TEST_DEPENDS="tox pip==19.3.1"
- PLAT=x86_64
- UNICODE_WIDTH=32
# use 'manylinux2014' since Skia requires C++14 support
Expand Down

0 comments on commit bf4f58f

Please sign in to comment.