Added circle config file
This commit is contained in:
parent
3b1a51878f
commit
03b37d859d
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:
|
||||||
|
- build
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- runtests
|
Reference in a new issue