Browse Source

Add circle config.

tags/v0.1.1
Chris Smith 7 years ago
parent
commit
50b8147ddf
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      circle.yml

+ 12
- 0
circle.yml View File

@@ -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…
Cancel
Save