Remove unnecessary/missing "websupport" extra on CircleCI

This commit is contained in:
Daniel Hahler
2020-03-04 19:12:46 +01:00
parent 8dd83a540e
commit c5d42f3184
+1 -1
View File
@@ -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