Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
JOSSOUD Olivier
CFA Tools
Commits
99261cbb
Commit
99261cbb
authored
Jan 25, 2021
by
JOSSOUD Olivier
Browse files
.gitlab-ci.yml. Only install all packages (required for autodoc)
parent
19fe54b0
Pipeline
#100849
passed with stages
in 1 minute and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.idea/cfa-tools.iml
.idea/cfa-tools.iml
+2
-4
No files found.
.gitlab-ci.yml
View file @
99261cbb
...
...
@@ -3,7 +3,7 @@ image: python:3.7
pages
:
script
:
-
apt-get update
-
pip install -r cfatools/requirements
_dev
.txt
-
pip install -r cfatools/requirements.txt
-
sphinx-apidoc --module-first --force -o docs/source/api/ cfatools/ cfatools/tests/*
-
cd docs/
-
apt-get install -y make
...
...
.idea/cfa-tools.iml
View file @
99261cbb
...
...
@@ -9,12 +9,10 @@
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
<component
name=
"PackageRequirementsSettings"
>
<option
name=
"requirementsPath"
value=
"$MODULE_DIR$/cfatools/requirements
_pkg
.txt"
/>
<option
name=
"requirementsPath"
value=
"$MODULE_DIR$/cfatools/requirements.txt"
/>
</component>
<component
name=
"PyDocumentationSettings"
>
<option
name=
"format"
value=
"NUMPY"
/>
<option
name=
"myDocStringFormat"
value=
"NumPy"
/>
</component>
<component
name=
"TestRunnerService"
>
<option
name=
"PROJECT_TEST_RUNNER"
value=
"Unittests"
/>
</component>
</module>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment