Files
requests3/.circle-ci/config.yaml
T
2019-04-19 11:52:54 -04:00

13 lines
369 B
YAML

# Use the latest 2.1 version of CircleCI pipeline processing engine, see https://circleci.com/docs/2.0/configuration-reference/
version: 2.1
jobs:
build:
docker:
- image: circleci/python:3.6.2-stretch-browsers
steps:
- checkout
- run: pip install --upgrade pipenv
- run: pipenv install --sytem --dev
- run: python setup.py test