Skip to content
Snippets Groups Projects
Commit 1a919d335805 authored by Georges Racinet's avatar Georges Racinet
Browse files

ci: introduced separate lint job

it will be useless to run that agains several Mercurial versions
parent dfc5887b419a
No related branches found
No related tags found
No related merge requests found
lint:
image: octobus/ci-py2
script:
# TODO that should be in the base image
- pip install --user flake8
- ~/.local/bin/flake8 heptapod setup.py hgext3rd
tests-5.2:
image: octobus/ci-py2-hgext3rd:hg-5.2
script:
......@@ -1,10 +8,6 @@
tests-5.2:
image: octobus/ci-py2-hgext3rd:hg-5.2
script:
- flake8 heptapod setup.py hgext3rd
# TODO put py.test in the image
# the py.test version combination is the consistent one
# provided by Fedora 30 for python2
- (cd /ci/repos/mercurial; make local)
- PYTHONPATH=/ci/repos/mercurial python -c "from mercurial import util; print(util.version())"
- pip install --user pytest==3.10.1 pytest-cov==2.6.0 hg-evolve==9.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment