Skip to content

Commit

Permalink
Revive tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
wswld committed Jan 17, 2024
1 parent b7cfa04 commit 16f3e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
- name: Lint with flake8
run: |
flake8 ddt.py test
# # stop the build if there are Python syntax errors or undefined names
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35
envlist = py36,py37,py38,py39,py310

[testenv]
deps =
Expand Down

0 comments on commit 16f3e5e

Please sign in to comment.