1

Added circle CI config

This commit is contained in:
Jake Howard 2015-12-09 22:35:00 +00:00
parent a02c781bbe
commit 27c5acfead

16
circle.yml Normal file
View 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