Skip to content

Commit

Permalink
Addlicense, update CI, setup and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Mar 1, 2021
1 parent 9194058 commit aa2a851
Show file tree
Hide file tree
Showing 4 changed files with 675 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ stages:

test-detl:
stage: test
image: python:3.6
image: python:3.8
script:
- cd detl && python setup.py bdist_wheel && pip install dist/*.whl && cd ..
- python -m unittest discover -s tests -v


coverage-detl:
stage: test
image: python:3.6
image: python:3.8
script:
- cd detl && python setup.py develop && cd ..
- pip install coverage
Expand All @@ -24,7 +24,7 @@ coverage-detl:

release-detl:
stage: release
image: python:3.6
image: python:3.8
script:
- cd detl && python setup.py bdist_wheel && cp dist/*.whl ..
artifacts:
Expand Down
Loading

0 comments on commit aa2a851

Please sign in to comment.