Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-sharelatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sed-rennes
sharelatex
python-sharelatex
Commits
03f14cfe
Commit
03f14cfe
authored
2 years ago
by
SIMONIN Matthieu
Browse files
Options
Downloads
Patches
Plain Diff
CI: Fix tox
parent
b6b89132
Branches
Branches containing commit
Tags
v1.0.2
Tags containing commit
No related merge requests found
Pipeline
#726494
passed
2 years ago
Stage: precheck
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+7
-9
7 additions, 9 deletions
tox.ini
with
7 additions
and
9 deletions
tox.ini
+
7
−
9
View file @
03f14cfe
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment