소스 검색

Add circle config.

tags/v0.1.1
Chris Smith 7 년 전
부모
커밋
50b8147ddf
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12
    0
      circle.yml

+ 12
- 0
circle.yml 파일 보기

@@ -0,0 +1,12 @@
1
+---
2
+machine:
3
+  python:
4
+    version: 3.4.3
5
+
6
+dependencies:
7
+  pre:
8
+    - pip install pylint
9
+
10
+test:
11
+  override:
12
+    - pylint docker-rerun

Loading…
취소
저장