Skip to content

Commit

Permalink
Tweak ordering (and trigger CI build)
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Nov 30, 2023
1 parent 2af481e commit 30988d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = "MIT"
authors = ["Michael Boyle <mob22@cornell.edu>"]
homepage = "https://github.com/moble/quaternion"

[build-system]
requires = ["setuptools!=50.0", "wheel", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
minversion = "6.0"
norecursedirs = ".* build dist *.egg-info install ENV"
junit_family="xunit2"
addopts = "-v --tb=short --doctest-glob='' --cov=quaternion --cov-branch --cov-report xml"

[build-system]
requires = ["setuptools!=50.0", "wheel", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

0 comments on commit 30988d8

Please sign in to comment.