Browse Source

Enable docker on circle

tags/v0.1.1
Chris Smith 7 years ago
parent
commit
47803134f3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      circle.yml

+ 2
- 0
circle.yml View File

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