Added CircleCI file
This commit is contained in:
parent
48c1ba3c6a
commit
42e422e53a
1 changed files with 11 additions and 0 deletions
11
circle.yml
Normal file
11
circle.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
machine:
|
||||
python:
|
||||
version: 3.5.0
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- scripts/build
|
||||
|
||||
test:
|
||||
override:
|
||||
- scripts/runtests
|
Reference in a new issue