Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.26 KB

INSPIRE-Utils

About

INSPIRE-specific utils.

Development

Tests should be run both for python 2 and python 3. For python 2 its recommended to run them through docker:

docker build -f Dockerfile.py2   -t inspire-utils:py2 .
docker run inspire-utils:py2 pytest tests

For python 3 you can run them locally:

pip install .[tests]
pytest tests