Selaa lähdekoodia

Add circle config.

tags/v0.1.1
Chris Smith 7 vuotta sitten
vanhempi
commit
50b8147ddf
1 muutettua tiedostoa jossa 12 lisäystä ja 0 poistoa
  1. 12
    0
      circle.yml

+ 12
- 0
circle.yml Näytä tiedosto

@@ -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…
Peruuta
Tallenna