Skip to content

Commit bf3c847

Browse files
committed
test: Do not perform a --user install on Travis-CI
When using pip, --user installs are not enabled on Travis-CI
1 parent 1be1623 commit bf3c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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
23+
- pip install python-dateutil
2424
- python ./test/install_lilypond.py
2525

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

0 commit comments

Comments
 (0)