forked from coala/corobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.moban.yaml
39 lines (33 loc) · 867 Bytes
/
.moban.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
overrides: .nocover.yaml
name: corobo
package_module: plugins
packages:
- answers
- plugins
- utils
test_file_glob: '*_test.py'
# A timeout causes the labhub tests to hang in the
# Docker image on Travis-CI.
test_timeout: 0
dependencies:
- pyopenssl
- markdown~=2.6.11,<3.0
- git+https://github.com/errbotio/errbot@a0f35732484c8c0692e123c48653517cffa21a42
- wolframalpha
- github3.py~=1.0.0
- IGitt==0.4.2.dev20181025081017
- gitpython
- ramlient
configuration:
template_dir:
- .moban.dt/
- ../coala-mobans/templates/
- ../coala-mobans/assets/
configuration: .moban.yaml
configuration_dir: ../coala-mobans/
targets:
- .gitignore: coala-gitignore.jj2
- .editorconfig: .editorconfig.jj2
- setup.cfg: setup.cfg.jj2
- requirements.txt: requirements.txt.jj2
- test-requirements.txt: corobo-test-requirements.txt.jj2