Skip to content

Commit

Permalink
Add a MANIFEST.in and tox.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Oct 13, 2017
1 parent 232f40e commit 819744b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ examples/jupyter/plots
*.c
*.html
*.so

.cache/
.tox/
.python-version
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include readme.rst
include openmc/data/reconstruct.pyx
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tox]
envlist = py{34,36}
[testenv]
commands = pytest tests/unit_tests
deps =
pytest
numpy
cython
passenv = OPENMC_CROSS_SECTIONS

0 comments on commit 819744b

Please sign in to comment.