added circlci

This commit is contained in:
georgemihaila
2021-03-29 23:40:47 -05:00
parent af51c79541
commit d98ef44b5b
2 changed files with 13 additions and 0 deletions

8
.circleci/config.yml Normal file
View File

@@ -0,0 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.1
steps:
- checkout
- run: pip install -r requirements/dev.txt

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
# local package
-e .
# external requirements
numpy