archive
/
ipc-unix
Archived
1
Fork 0

Add circleci config

This commit is contained in:
Jake Howard 2018-12-07 13:57:23 +00:00
parent 25ba13012d
commit 44a56905cd
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 12 additions and 0 deletions

12
.circleci/config.yml Normal file
View File

@ -0,0 +1,12 @@
version: 2.0
jobs:
build:
docker:
- image: circleci/python:latest
working_directory: ~/ipc_unix
steps:
- checkout
- run: pip install -e .
- run: pip install -r dev-requirements.txt
- run: python setup.py test