Skip to content
Draft
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
26 changes: 26 additions & 0 deletions .builds/debian-py39.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
image: debian/bullseye
packages:
- libicu-dev
- python3-dev
- python3-pip
- tox
sources:
- https://github.com/pimutils/todoman
environment:
CODECOV_TOKEN: a4471483-7f55-411a-bf2f-f65a91013dc4
CI: true
tasks:
- setup: |
sudo pip install codecov
- test: |
cd todoman
tox -e py
codecov
- test-pyicu: |
cd todoman
tox -e pyicu
codecov
- test-repl: |
cd todoman
tox -e repl
codecov