Added circle CI config
This commit is contained in:
parent
a02c781bbe
commit
27c5acfead
1 changed files with 16 additions and 0 deletions
16
circle.yml
Normal file
16
circle.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
machine:
|
||||||
|
python:
|
||||||
|
version: 3.4.2
|
||||||
|
environment:
|
||||||
|
DEBUG: true
|
||||||
|
IN_URL_TEST: true
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pre:
|
||||||
|
- ./build
|
||||||
|
cache_directories:
|
||||||
|
- env
|
||||||
|
|
||||||
|
test:
|
||||||
|
override:
|
||||||
|
- ./runtests
|
Reference in a new issue