Skip to content

Commit

Permalink
Merge pull request #12 from aclowes/circleci
Browse files Browse the repository at this point in the history
circleCI setup
  • Loading branch information
aclowes authored Jan 30, 2017
2 parents d562ced + ed3bb9b commit 24f926d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
machine:
python:
version: 3.5.2

dependencies:
override:
- pip install -e .[test]
- cd frontend && npm install

test:
override:
- pytest

0 comments on commit 24f926d

Please sign in to comment.