Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
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
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
yoogottamk
Flatland
Commits
f33bb3ed
Commit
f33bb3ed
authored
5 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Try passenv DISPLAY again
parent
b4f76824
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+4
-6
4 additions, 6 deletions
tox.ini
with
4 additions
and
6 deletions
tox.ini
+
4
−
6
View file @
f33bb3ed
...
...
@@ -13,6 +13,7 @@ ignore = E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W
[testenv:flake8]
basepython
=
python
deps
=
flake8
passenv
=
DISPLAY
commands
=
flake8 flatland tests examples benchmarks
[testenv:docs]
...
...
@@ -25,8 +26,7 @@ commands = make docs
[testenv:coverage]
basepython
=
python
whitelist_externals
=
make
passenv
=
DISPLAY
passenv
=
DISPLAY
commands
=
pip
install
-U
pip
pip
install
-r
requirements_dev.txt
...
...
@@ -36,8 +36,7 @@ commands =
basepython
=
python
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
DISPLAY
passenv
=
DISPLAY
whitelist_externals
=
sh
commands
=
sh
-c
'ls
benchmarks/*.py
|
xargs
-n
1
python'
...
...
@@ -47,8 +46,7 @@ whitelist_externals = sh
pip
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
DISPLAY
passenv
=
DISPLAY
deps
=
-r{toxinidir}/requirements_dev.txt
; If you want to make tox run the tests with the same versions, create a
...
...
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