We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bded56e commit 8e8f07eCopy full SHA for 8e8f07e
.github/workflows/continuous_integration.yml
@@ -45,7 +45,7 @@ jobs:
45
python -m build
46
- name: Test with tox
47
run: |
48
- python -m pip install tox tox-gh-actions setuptools
+ python -m pip install tox tox-gh-actions
49
tox
50
- name: Publish to Coveralls with GitHub Action
51
uses: coverallsapp/github-action@v2
tox.ini
@@ -16,7 +16,6 @@ deps =
16
numpy
17
pytest>=2.9.2
18
pytest-cov>=2.2.1
19
- setuptools
20
commands = pytest test --cov openhtf --cov-report=term-missing --cov-report=lcov
21
# usedevelop causes tox to skip using .tox/dist/openhtf*.zip
22
# Instead, it does 'python setup.py develop' which only adds openhtf/ to the
0 commit comments