Skip to content

Commit

Permalink
re-enable tox again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Jan 26, 2020
1 parent 243a405 commit 8d2f966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveralls
pip install tox tox-venv tox-gh-actions coveralls
pip install django
python setup.py install
- name: debug
run: ls -l
- name: Run test suite
run: tox -e py
run: tox
# run: python manage.py test
# - name: Coveralls GitHub Action
# uses: coverallsapp/github-action@v1.0.1
Expand Down

0 comments on commit 8d2f966

Please sign in to comment.