Skip to content

Instantly share code, notes, and snippets.

@rsliter
Last active October 30, 2018 23:33
Show Gist options
  • Save rsliter/eeff4018b4da3f5b204a107d27409539 to your computer and use it in GitHub Desktop.
Save rsliter/eeff4018b4da3f5b204a107d27409539 to your computer and use it in GitHub Desktop.
Sample .circle/config.yml file
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6.2-stretch-browsers
steps:
- checkout
- run: pip install --user -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment