Skip to content

Commit 1be1623

Browse files
committed
test: Add dateutil as a Travis-CI dependency
The package python-dateutil is used for the management of timestamps in the cache of LilyPond versions
1 parent fff5ff5 commit 1be1623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cache:
2020
# Download and install LilyPond (stable and devel)
2121
# when not present already (cached between builds)
2222
install:
23+
- pip install python-dateutil --user
2324
- python ./test/install_lilypond.py
2425

2526
# This is the script that will actually run the tests

0 commit comments

Comments
 (0)