Skip to content

Commit

Permalink
Merge a4ceacb into 4481968
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKleineBoesing committed Jan 10, 2020
2 parents 4481968 + a4ceacb commit db172dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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 db172dd

Please sign in to comment.