Skip to content

Commit

Permalink
Fix CircleCI config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjsanders committed Sep 17, 2018
1 parent 0dfa17a commit b818728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/python:2.7

working_directory: ~/python_cowbull_server

steps:
- checkout

Expand Down

0 comments on commit b818728

Please sign in to comment.