Skip to content

Commit

Permalink
Merge db6fc25 into 4481968
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKleineBoesing committed Jan 13, 2020
2 parents 4481968 + db6fc25 commit f7febe6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
include README.rst LICENSE HISTORY.rst AUTHORS.rst
graft george/include
graft vendor
include pyproject.toml
11 changes: 11 additions & 0 deletions dockerfile
@@ -0,0 +1,11 @@
FROM python:3.7

COPY . ./george
RUN pip3 install --upgrade pip
RUN cd ./george && pip3 install .

RUN rm -rf ./george/george

RUN pip3 install pytest

RUN pytest -m ./george/tests
3 changes: 3 additions & 0 deletions pyproject.toml
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=40.8.0", "wheel", "numpy", "scipy", "PyYAML", "jinja2",
"git+https://github.com/pybind/pybind11.git@07e225932235ccb0db5271b0874d00f086f28423#egg=pybind11"]

0 comments on commit f7febe6

Please sign in to comment.