Compare commits
3 Commits
3e32261d4a
...
67f5090bf8
Author | SHA1 | Date |
---|---|---|
Lukáš Kucharczyk | 67f5090bf8 | |
Lukáš Kucharczyk | 51d5306f91 | |
Lukáš Kucharczyk | 66a49ff911 |
|
@ -7,13 +7,10 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- VIRTUAL_ENV=/opt/venv
|
|
||||||
- "python3 -m venv pip $VIRTUAL_ENV"
|
|
||||||
- PATH="$VIRTUAL_ENV/bin:$PATH"
|
|
||||||
- python -m pip install poetry
|
- python -m pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry env info
|
- poetry env info
|
||||||
- pytest
|
- poetry run pytest
|
||||||
- name: build container
|
- name: build container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
||||||
.venv
|
.venv
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
Loading…
Reference in New Issue