Skip to content

Commit

Permalink
run_tests.sh; updated setup.py and MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
pgkirsch committed Oct 25, 2021
1 parent d5f1262 commit fe10752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,4 +1,3 @@
include docs/source/*.rst
include docs/source/examples/*.txt
include docs/source/examples/*.py
include gpfit/tests/artifacts/*.txt
1 change: 1 addition & 0 deletions gpfit/tests/run_tests.sh
@@ -0,0 +1 @@
pytest --junitxml="test_reports" --mpl
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,8 @@
"pytest-mpl==0.13",
],
version="0.2.0",
packages=["gpfit", "gpfit.maths", "gpfit.tests", "gpfit.xfoil"],
packages=["gpfit", "gpfit.maths", "gpfit.tests", "gpfit.tests.baseline",
"gpfit.xfoil"],
include_package_data=True,
license=LICENSE,
)

0 comments on commit fe10752

Please sign in to comment.