diff --git a/.circleci/config.yml b/.circleci/config.yml index e248c34..78d6714 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,9 +3,6 @@ jobs: build: docker: - image: circleci/python:3.6 - auth: - username: mydockerhub_user - password: DOCKERHUB_PASS steps: - checkout - run: pip install -r requirements/dev.txt