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
 machine:
2
 machine:
3
   python:
3
   python:
4
     version: 3.4.3
4
     version: 3.4.3
5
+  services:
6
+    - docker
5
 
7
 
6
 dependencies:
8
 dependencies:
7
   pre:
9
   pre:

Loading…
Cancel
Save