Skip to content

Commit

Permalink
tests: make tox tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 3, 2024
1 parent 32bd759 commit 739ea44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ ignore=E124,E125,E127,E128,E501
# Exclude the build directory that distutils creates
exclude=build/*
max-line-length=120


[tox]
# sync with .github/workflows/tox.yml!
envlist = py{36,37,38,39,310,311,312,313}
skipsdist = True


[testenv]
deps = nose
commands = nosetests {posargs}

0 comments on commit 739ea44

Please sign in to comment.