Skip to content

Commit

Permalink
Using tox didn't make any difference to CI failures, so undoing
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick committed Jun 15, 2020
1 parent a218b89 commit 48e75ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ jobs:
with:
python-version: ${{ matrix.python-ver }}

- name: Install tox
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install -r requirements-dev.txt
- name: Run tests
run: |
tox -e py
coverage erase
coverage run -a --source ./sksurgeryspeech -m pytest -v -s ./tests/
coverage report -m
pylint --rcfile=tests/pylintrc sksurgeryspeech
# - name: Run coveralls
# run: |
# coveralls
- name: Run coveralls
run: |
coveralls
deploy:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 48e75ac

Please sign in to comment.