Skip to content

Commit 0e3d64b

Browse files
committed
update travis.yaml
1 parent 4d9e00e commit 0e3d64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.8"
77
install:
88
- pip install . flake8 mypy pylint pytest
9-
- echo -e "machine annofab.com\nlogin FOO\npassword BAR\n" > ~/.netrc
9+
- echo -e "machine annofab.com\nlogin FOO\npassword BAR\n" > ~/.netrc && chmod 600 ~/.netrc
1010
script:
1111
- flake8 annofabapi
1212
- mypy annofabapi --config-file setup.cfg

0 commit comments

Comments
 (0)