Commit Graph

5 Commits

Author SHA1 Message Date
Christian Clauss 3f3f79905c
make lint-python before make env 2020-07-06 12:16:28 +02:00
Christian Clauss e77e870a1e
Update .travis.yml 2020-07-06 11:51:13 +02:00
Christian Clauss 8564ba4a19
Fix Travis CI build config validation issues 2020-07-06 11:50:04 +02:00
Christian Clauss a1902b0cae
Update .travis.yml 2020-07-06 11:43:31 +02:00
Tim 'mithro' Ansell 8d719604ef docs: Generate README.rst to work around GitHub not rendering `.. include::` in rst files.
This work might look like extensive for just fixing a small issue like
the include rendering, but it will all be heavily reused by the
skywater-pdk scripts that will be released soon.

This commit;
 - Adds Makefile for creating a self contained conda environment under
   `env/conda`

 - Installs required Python dependencies into the environment (which is
   currently just the `rst_include` tool).

 - Has a Makefile to generate `README.rst` from `README.src.rst`

 - Has Travis CI run on repository and check that the `README.rst` file
   has been rebuilt and committed if any of the dependencies have
   change.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-08 20:54:22 -07:00