You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
308 B
18 lines
308 B
runners:
|
|
python:
|
|
dependencies:
|
|
- flake8
|
|
- build
|
|
- twine
|
|
jobs:
|
|
- name: selfcheck
|
|
type: python
|
|
workdir: ci
|
|
commands:
|
|
- "-m flake8 --ignore E501 --exclude venv"
|
|
|
|
- name: lint
|
|
type: python
|
|
workdir: alice-ci/src
|
|
commands:
|
|
- "-m flake8 --ignore E501"
|