We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9e00e commit 0e3d64bCopy full SHA for 0e3d64b
.travis.yml
@@ -6,7 +6,7 @@ python:
6
- "3.8"
7
install:
8
- pip install . flake8 mypy pylint pytest
9
- - echo -e "machine annofab.com\nlogin FOO\npassword BAR\n" > ~/.netrc
+ - echo -e "machine annofab.com\nlogin FOO\npassword BAR\n" > ~/.netrc && chmod 600 ~/.netrc
10
script:
11
- flake8 annofabapi
12
- mypy annofabapi --config-file setup.cfg
0 commit comments