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
pranjal_dhole
Flatland
Commits
1e493edc
Commit
1e493edc
authored
2 years ago
by
adrian_egli2
Browse files
Options
Downloads
Patches
Plain Diff
automatic test build fix
parent
b2df34e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+8
-8
8 additions, 8 deletions
tox.ini
with
8 additions
and
8 deletions
tox.ini
+
8
−
8
View file @
1e493edc
...
...
@@ -12,7 +12,7 @@ max-line-length = 120
ignore
=
E121 E126 E123 E128 E133 E226 E241 E242 E704 W291 W293 W391 W503 W504 W505
[testenv:flake8]
basepython
=
python3.
6
basepython
=
python3.
7
passenv
=
DISPLAY
deps
=
-r{toxinidir}/requirements_dev.txt
...
...
@@ -21,7 +21,7 @@ commands =
flake8
flatland
tests
examples
benchmarks
[testenv:docs]
basepython
=
python3.
6
basepython
=
python3.
7
whitelist_externals
=
make
passenv
=
DISPLAY
...
...
@@ -41,7 +41,7 @@ commands =
make
docs
[testenv:coverage]
basepython
=
python3.
6
basepython
=
python3.
7
whitelist_externals
=
make
passenv
=
DISPLAY
...
...
@@ -61,7 +61,7 @@ commands =
python
make_coverage.py
[testenv:benchmarks]
basepython
=
python3.
6
basepython
=
python3.
7
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
...
...
@@ -80,7 +80,7 @@ commands =
python
{toxinidir}/benchmarks/benchmark_all_examples.py
[testenv:profiling]
basepython
=
python3.
6
basepython
=
python3.
7
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
...
...
@@ -103,7 +103,7 @@ commands =
[testenv:examples]
; TODO should examples be run with py36 and py37??
basepython
=
python3.
6
basepython
=
python3.
7
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
...
...
@@ -126,7 +126,7 @@ commands =
[testenv:notebooks]
; TODO should examples be run with py36 and py37??
basepython
=
python3.
6
basepython
=
python3.
7
setenv
=
PYTHONPATH
=
{envdir}
;{toxinidir}
...
...
@@ -159,7 +159,7 @@ commands =
python
{toxinidir}/notebooks/run_all_notebooks.py
[testenv:start_jupyter]
basepython
=
python3.
6
basepython
=
python3.
7
setenv
=
PYTHONPATH
=
{toxinidir}
passenv
=
...
...
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