Hopefully fixed ci error
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
3e7a2edf13
commit
7fbec4992e
|
@ -35,5 +35,6 @@ pipeline:
|
|||
lint:
|
||||
image: python:3.6-alpine
|
||||
commands:
|
||||
- apk update && apk add --no-cache build-base
|
||||
- pip install -e .[ci]
|
||||
- tox -e lint
|
||||
|
|
4
Makefile
4
Makefile
|
@ -1,13 +1,13 @@
|
|||
# =====CONFIG=====
|
||||
# Devop environment runs in 3.8
|
||||
# TODO switch this to python3.6
|
||||
PYTHON=python3.9
|
||||
PYTHON=python3.6
|
||||
|
||||
|
||||
# =====RECIPES=====
|
||||
.venv/bin/activate: setup.py
|
||||
'$(PYTHON)' -m venv .venv
|
||||
.venv/bin/pip install -e .[dev]
|
||||
.venv/bin/pip install -e .[dev] -e .[ci]
|
||||
|
||||
venv: .venv/bin/activate
|
||||
.PHONY: venv
|
||||
|
|
Loading…
Reference in New Issue