Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compound
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
Container Registry
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
cubicweb
cubes
compound
Commits
2a37910f002a
Commit
2a37910f002a
authored
5 years ago
by
Denis Laxalde
Browse files
Options
Downloads
Patches
Plain Diff
[tox] No global site packages
parent
69cc58e87a3f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+0
-3
0 additions, 3 deletions
tox.ini
with
0 additions
and
3 deletions
tox.ini
+
0
−
3
View file @
2a37910f
...
@@ -2,9 +2,8 @@
...
@@ -2,9 +2,8 @@
envlist
=
py27, flake8, check-manifest
envlist
=
py27, flake8, check-manifest
[testenv]
[testenv]
sitepackages
=
True
deps
=
pytest
deps
=
pytest
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:flake8]
[testenv:flake8]
skip_install
=
true
skip_install
=
true
...
@@ -6,10 +5,8 @@
...
@@ -6,10 +5,8 @@
deps
=
pytest
deps
=
pytest
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:flake8]
[testenv:flake8]
skip_install
=
true
skip_install
=
true
whitelist_externals
=
flake8
deps
=
deps
=
flake8
flake8
commands
=
flake8 {toxinidir}
commands
=
flake8 {toxinidir}
...
...
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