Setup public environment variables in CI

This commit is contained in:
Jake Howard 2019-02-16 21:26:28 +00:00
parent 7aca68e162
commit e6a27d7354
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,6 +4,8 @@ jobs:
build: build:
docker: docker:
- image: circleci/python:3.5 - image: circleci/python:3.5
environment:
BASIC_AUTH: "username:password"
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache: