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
12862c42
Commit
12862c42
authored
4 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Remove cairo mentions from tox and readme
parent
87dfb44a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
tox.ini
+0
-24
0 additions, 24 deletions
tox.ini
with
0 additions
and
25 deletions
README.md
+
0
−
1
View file @
12862c42
...
...
@@ -38,7 +38,6 @@ $ conda activate flatland-rl
*
Install the necessary dependencies:
```
console
$
conda
install
-c
conda-forge cairosvg pycairo
$
conda
install
-c
anaconda tk
```
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
0
−
24
View file @
12862c42
...
...
@@ -21,7 +21,6 @@ commands =
flake8
flatland
tests
examples
benchmarks
[testenv:docs]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
whitelist_externals
=
make
passenv
=
...
...
@@ -29,8 +28,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
graphviz
conda_channels
:
...
...
@@ -44,7 +41,6 @@ commands =
make
docs
[testenv:coverage]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
whitelist_externals
=
make
passenv
=
...
...
@@ -53,8 +49,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -67,7 +61,6 @@ commands =
python
make_coverage.py
[testenv:benchmarks]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -87,7 +80,6 @@ commands =
python
{toxinidir}/benchmarks/benchmark_all_examples.py
[testenv:profiling]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -98,8 +90,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -113,7 +103,6 @@ commands =
[testenv:examples]
; TODO should examples be run with py36 and py37??
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -124,8 +113,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -139,7 +126,6 @@ commands =
[testenv:notebooks]
; TODO should examples be run with py36 and py37??
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -154,8 +140,6 @@ deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -170,7 +154,6 @@ commands =
python
{toxinidir}/notebooks/run_all_notebooks.py
[testenv:start_jupyter]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython
=
python3.6
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -185,8 +168,6 @@ deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -209,8 +190,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
@@ -224,7 +203,6 @@ commands =
python
-m
pytest
--basetemp
=
{envtmpdir} {toxinidir}
[testenv:py37]
; exclude py37 from Windows because of incompatibility the pycairo installed through conda for py37
platform
=
linux|linux2|darwin
setenv
=
PYTHONPATH
=
{toxinidir}
...
...
@@ -235,8 +213,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps
=
cairosvg
pycairo
tk
conda_channels
:
conda-forge
...
...
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