Removed unnecessary ci dep
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
05974470ed
commit
be3ee6ce04
|
@ -5,7 +5,7 @@ pipeline:
|
|||
image: python:3.9-alpine
|
||||
pull: true
|
||||
commands:
|
||||
- pip install -e .[dev]
|
||||
- pip install -e .[ci]
|
||||
- tox -e py39
|
||||
|
||||
test-3.8:
|
||||
|
@ -13,7 +13,7 @@ pipeline:
|
|||
image: python:3.8-alpine
|
||||
pull: true
|
||||
commands:
|
||||
- pip install -e .[dev]
|
||||
- pip install -e .[ci]
|
||||
- tox -e py38
|
||||
|
||||
test-3.7:
|
||||
|
@ -21,7 +21,7 @@ pipeline:
|
|||
image: python:3.7-alpine
|
||||
pull: true
|
||||
commands:
|
||||
- pip install -e .[dev]
|
||||
- pip install -e .[ci]
|
||||
- tox -e py37
|
||||
|
||||
test-3.6:
|
||||
|
@ -29,11 +29,11 @@ pipeline:
|
|||
image: python:3.6-alpine
|
||||
pull: true
|
||||
commands:
|
||||
- pip install -e .[dev]
|
||||
- pip install -e .[ci]
|
||||
- tox -e py36
|
||||
|
||||
lint:
|
||||
image: python:3.6-alpine
|
||||
commands:
|
||||
- pip install -e .[dev]
|
||||
- pip install -e .[ci]
|
||||
- tox -e lint
|
||||
|
|
Loading…
Reference in New Issue