Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-common
Commits
f585303958ac
Commit
8b23e809
authored
Apr 15, 2020
by
Laurent Peuch
Browse files
add .gitlab-ci.yml that uses tox
parent
88634f5f540c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
f5853039
image
:
python
before_script
:
-
pip install tox
flake8
:
script
:
tox -e flake8
py3
:
script
:
tox -e py3
check-manifest
:
script
:
tox -e check-manifest
black
:
script
:
tox -e black
mypy
:
script
:
tox -e mypy
MANIFEST.in
View file @
f5853039
...
...
@@ -16,3 +16,4 @@ include __pkginfo__.py
prune debian
prune docs/_build
prune .hgrc
prune .gitlab-ci.yml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment