File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
- language :
1
+ language : python
2
+
3
+ sudo : required
4
+
5
+ services :
6
+ - docker
7
+
8
+ branches :
9
+ only :
10
+ - master
11
+
2
12
env :
13
+
3
14
before_install :
15
+ - docker version
16
+
4
17
install :
18
+ - pushd ..
19
+ - git clone https://github.com/kbase/jars
20
+ - git clone https://github.com/kbase/kb_sdk
21
+ - cd kb_sdk
22
+ - make bin
23
+ - make sdkbase
24
+ - export PATH=$(pwd)/bin:$PATH
25
+ - source src/sh/sdk-completion.sh
26
+ - popd
27
+
5
28
script :
29
+ - kb-sdk validate
30
+
6
31
after_script :
Original file line number Diff line number Diff line change
1
+ [flake8]
2
+ max-line-length = 100
3
+ exclude =
4
+ lib/biokbase,
5
+ submodules,
6
+ */prepare_deploy_cfg.py,
7
+ */NarrativeRunner_server_test.py,
8
+ test_scripts
9
+ putty-ignore =
10
+ */__init__.py : F401,E126
11
+ *Impl.py : E265,E266
12
+ *Server.py : E265,E266
13
+ *Client.py : E265,E266
You can’t perform that action at this time.
0 commit comments