From c5d42f31846a6bb1a03d6582b447ee34e9569eb3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 4 Mar 2020 16:16:06 +0100 Subject: [PATCH] Remove unnecessary/missing "websupport" extra on CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ca62abb7..04c319340 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,5 @@ jobs: steps: - checkout - run: /python3.6/bin/pip install -U pip setuptools - - run: /python3.6/bin/pip install -U .[test,websupport] + - run: /python3.6/bin/pip install -U .[test] - run: make test PYTHON=/python3.6/bin/python