1
Fork 0

add circleci config file

This commit is contained in:
Jake Howard 2016-11-25 23:24:58 +00:00
parent f1a591442f
commit afb8bd6118

16
circle.yml Normal file
View file

@ -0,0 +1,16 @@
machine:
python:
version: 3.5.1
node:
version: 6.9.1
dependencies:
pre:
- scripts/build
cache_directories:
- env
- node_modules
test:
override:
- scripts/runtests