Skip to content

Commit 313ba32

Browse files
committed
Adding yourbase config
1 parent 03d3435 commit 313ba32

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.yourbase.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
dependencies:
2+
build:
3+
- python:3.6.3
4+
5+
build_targets:
6+
- name: default
7+
environment:
8+
- LANG=C.UTF-8
9+
commands:
10+
- pip install -r requirements.txt
11+
- python -m pip install --upgrade pip
12+
- python -m pip install --upgrade pre-commit
13+
- pre-commit run --verbose --all-files --show-diff-on-failure
14+
15+
ci:
16+
builds:
17+
- name: default
18+
build_target: default

0 commit comments

Comments
 (0)