This website requires JavaScript.
Explore
Help
Register
Sign In
Bitmessage
/
PyBitmessage-2024-11-28
Archived
Watch
2
Star
0
Fork
0
You've already forked PyBitmessage-2024-11-28
Code
Issues
168
Pull Requests
53
Actions
Packages
Projects
Releases
5
Wiki
Activity
This repository has been archived on
2024-11-28
. You can view files and clone it, but cannot push or open issues or pull requests.
71a390b578
PyBitmessage-2024-11-28
/
.buildbot
/
kivy
/
build.sh
8 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Fixed kivy buildbot
2022-04-11 07:29:35 +02:00
#!/bin/sh
Cleanup kivy test recipe: - reuse requirements, follow KivyMD doc - remove unneeded packages - explicitly run python3 in test.sh - use pip for installation
2022-05-07 14:22:18 +02:00
pip3 install -r kivy-requirements.txt
Add kivy mock network and update setup file
2022-08-30 14:55:01 +02:00
export
INSTALL_TESTS
=
True
Cleanup kivy test recipe: - reuse requirements, follow KivyMD doc - remove unneeded packages - explicitly run python3 in test.sh - use pip for installation
2022-05-07 14:22:18 +02:00
pip3 install .
Reference in New Issue
Copy Permalink