Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhon committed Jan 30, 2021
1 parent 6eba502 commit 4b04146
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
packages=find_packages() + ["antigen.resources"],
package_data={
"antigen.resources": [
"templates/*",
"templates/**/*",
"templates/**/**/*",
"templates/**/**/**/*",
"templates/**/**/**/**/*",
"*",
"**/*",
"**/**/*",
"**/**/**/*",
"**/**/**/**/*",
]
},
)
18 changes: 9 additions & 9 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[pytest]
addopts =
--assert='plain'
--html=reports/pytest_report.html
--junitxml=reports/pytest_report.xml
--self-contained-html
--cov=antigen
--cov-report=xml:reports/coverage.xml
--cov-report=html:reports/coverage
--cov-config=tests/.coveragerc
--assert='plain'
--html=reports/pytest_report.html
--junitxml=reports/pytest_report.xml
--self-contained-html
--cov=antigen
--cov-report=xml:reports/coverage.xml
--cov-report=html:reports/coverage
--cov-config=tests/.coveragerc
log_cli = true
log_level = DEBUG
markers =
report
report

0 comments on commit 4b04146

Please sign in to comment.