|
2a068fddc4
|
.build.yml: Fix test
|
2020-05-31 17:44:37 +03:00 |
|
|
c6c2f13e88
|
.build.yml: Fix poetry install invocation
Poetry apparently installs dev dependencies by default.
|
2020-05-31 17:37:09 +03:00 |
|
|
56f16e37ed
|
.build.yml: Use poetry in SourceHut CI
|
2020-05-31 17:35:04 +03:00 |
|
|
9d4eceddc7
|
.build.yml: Enable experimental CLI checks on SourceHut
|
2019-09-26 14:11:35 +03:00 |
|
|
456b8a2f26
|
Update tests
|
2019-08-01 23:59:11 +03:00 |
|
|
a6eba0fc1a
|
.build.yml: Use pipenv run instead of pipenv shell
The latter creates a shell and of course it doesn't ever exit!
|
2019-07-31 17:58:21 +03:00 |
|
|
857492cd93
|
.build.yml: Try fix CLI test
I was writing the CLI output to /dev/null because I was lazy, but
actually this might break the SourceHut build.
|
2019-07-31 17:54:49 +03:00 |
|
|
db42fbfea9
|
.build.yml: Try to run the script itself
|
2019-07-31 17:48:17 +03:00 |
|
|
1d861f263b
|
.build.yml: Fix setup script
I wasn't chaning into the project directory so the pipenv virtual
environment was not getting created in the correct place.
|
2019-07-27 00:41:57 +03:00 |
|
|
33121f8a01
|
.build.yml: Add tests
|
2019-07-27 00:38:34 +03:00 |
|
|
2eb48d8ed0
|
Add SourceHut build file
For now it only attempts to install the Python requirements using
pipenv. Later it will run tests with pytest.
|
2019-07-26 23:56:16 +03:00 |
|