Skip to content

Commit dd8aefd

Browse files
committed
Add CI links and format ReST
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 01725a5 commit dd8aefd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ macOS) and Pygments. It started as library in scancode-toolkit.
1212
Visit https://aboutcode.org and https://github.com/nexB/ for support and download.
1313

1414

15+
We run CI tests on:
16+
17+
- Travis https://travis-ci.org/github/nexB/typecode
18+
- Azure pipelines https://dev.azure.com/nexB/typecode/_build
19+
1520
To install this package with its full capability (where the binaries for
1621
libmagic are installed), use the `full` option::
1722

@@ -32,13 +37,17 @@ available in one of these ways:
3237
They do so by providing a plugin entry point as a ``scancode_location_provider``
3338
for ``typecode_libmagic`` which points to a callable that must return a mapping
3439
with these two keys:
40+
3541
- 'typecode.libmagic.dll': the absolute path to a libmagic DLL
3642
- 'typecode.libmagic.db': the absolute path to a libmagic 'magic.mgc' database
43+
3744
See for example:
45+
3846
- https://github.com/nexB/scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/typecode_libmagic-linux/setup.py#L42
3947
- https://github.com/nexB/scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/typecode_libmagic-linux/src/typecode_libmagic/__init__.py#L32
4048

4149
- **environment variables**:
50+
4251
- TYPECODE_LIBMAGIC_PATH: the absolute path to a libmagic DLL
4352
- TYPECODE_LIBMAGIC_DB_PATH: the absolute path to a libmagic 'magic.mgc' database
4453

0 commit comments

Comments
 (0)