Skip to content

Commit

Permalink
Merge 9f930d2 into 635c91c
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Mar 28, 2018
2 parents 635c91c + 9f930d2 commit 96841f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addons:
- libavcodec-dev
- libjpeg-dev
- libtiff4-dev
- libX11-dev
- libx11-dev
- libmtdev-dev
- libgl1-mesa-dev
- libgles2-mesa-dev
Expand Down
2 changes: 1 addition & 1 deletion tools/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ KIVY_WHEEL_GLOB="build/Kivy-*linux_x86_64.whl"
KIVY_BUILD_NEEDED=1

pip install -U pip setuptools wheel
pip install -U Cython>=0.23
pip install -U Cython==0.25.2

# Find cached wheel for kivy
for file in $KIVY_WHEEL_GLOB ; do
Expand Down

0 comments on commit 96841f6

Please sign in to comment.