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

ci: using the intended Mercurial version

Up to now, we've been testing with the system global one,
which turns out to be Mercurial 5.2
parent 20ae20af9e51
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@
# 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
......@@ -8,2 +10,2 @@
- pip install --user pytest==3.10.1 pytest-cov==2.6.0 hg-evolve==9.2.1
- ~/.local/bin/py.test --cov heptapod --cov hgext3rd.heptapod
- PYTHONPATH=/ci/repos/mercurial ~/.local/bin/py.test --cov heptapod --cov hgext3rd.heptapod
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