added .circleci and config.yml

readme-wiki
xorrior 2017-12-13 23:06:02 -05:00
parent 0ed51ae1c4
commit 8f5b7b861b
1 changed files with 8 additions and 0 deletions

8
.circleci/config.yml Normal file
View File

@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7.9
steps:
- checkout
- run: echo "hello world"