Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Add circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
realazizk committed Jul 6, 2017
1 parent 00abe1d commit 923b0b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,18 @@
version: 2
jobs:
build:
working_directory: /home/mo/circulate
docker:
- image: python:3.6.0
environment:
FLASK_APP: autoapp.py
FLASK_DEBUG: 1
steps:
- checkout
- run:
name: install deps
command: pip install -r requirements/dev.txt

- run:
name: run tests
command: flask test

0 comments on commit 923b0b4

Please sign in to comment.