Skip to content

Commit 862c4fe

Browse files
committed
Manually mark device files as group-writable on Travis
1 parent 9c5e4a9 commit 862c4fe

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
@@ -6,6 +6,7 @@ install:
66
- pip install Pillow
77
- pip install evdev
88
script:
9+
- chmod -R g+rw ./tests/fake-sys/devices/**/*
910
- ./tests/api_tests.py
1011
deploy:
1112
provider: pypi

0 commit comments

Comments
 (0)