Explorar el Código

Enable docker on circle

tags/v0.1.1
Chris Smith hace 7 años
padre
commit
47803134f3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      circle.yml

+ 2
- 0
circle.yml Ver fichero

@@ -2,6 +2,8 @@
2 2
 machine:
3 3
   python:
4 4
     version: 3.4.3
5
+  services:
6
+    - docker
5 7
 
6 8
 dependencies:
7 9
   pre:

Loading…
Cancelar
Guardar