Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 03f14cfe authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

CI: Fix tox

parent b6b89132
Branches
No related tags found
No related merge requests found
Pipeline #726494 passed
......@@ -8,15 +8,11 @@ passenv = CI_*
allowlist_externals =
make
/bin/rm
deps = -r{toxinidir}/test-requirements.txt
deps =
-r{toxinidir}/test-requirements.txt
-e .
commands =
/bin/rm -rf build
python setup.py bdist_wheel
pip install --upgrade --find-links={toxinidir}/dist sharelatex
# don't capture std{output,err}
# py.test -s {toxinidir}/sharelatex/tests {posargs}
py.test {toxinidir}/sharelatex/tests {posargs}
use_develop = True
[testenv:pep8]
basepython = python
......@@ -26,8 +22,10 @@ deps = flake8
distribute = false
[testenv:docs]
changedir = docs/
commands=make html
changedir = docs
commands =
/bin/rm -rf build
make html
[flake8]
# Calling `flake8` will read this file to find configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment