Remove unnecessary/missing "websupport" extra on CircleCI

This commit is contained in:
Daniel Hahler 2020-03-04 16:16:06 +01:00
parent 8dd83a540e
commit c5d42f3184

View File

@ -7,5 +7,5 @@ jobs:
steps: steps:
- checkout - checkout
- run: /python3.6/bin/pip install -U pip setuptools - 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 - run: make test PYTHON=/python3.6/bin/python