Skip to content

Commit

Permalink
Set up basic testing with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mwchase committed Apr 12, 2024
1 parent effe394 commit a287701
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tox]
env_list =
py38
py39
py310
py311
py312
minversion = 4.14.2
skip_missing_interpreters = true

[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6
commands =
pytest {tty:--color=yes} --pyargs camel {posargs}

0 comments on commit a287701

Please sign in to comment.