Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
django-hope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CSTB
django-hope
Commits
20ea2f0c
Commit
20ea2f0c
authored
Dec 12, 2017
by
Timothée Mazzucotelli
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '9-fix-docs-build-job' into 'master'
Resolve "Fix docs build job" (
#9
) See merge request
!5
parents
c9f9ff41
96300c33
Pipeline
#1592
passed with stages
in 9 minutes
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
README.rst
README.rst
+4
-4
docs/spelling_wordlist.txt
docs/spelling_wordlist.txt
+1
-0
scripts/release.sh
scripts/release.sh
+2
-4
No files found.
.gitlab-ci.yml
View file @
20ea2f0c
...
...
@@ -87,6 +87,7 @@ docs:
image
:
python:3.5
stage
:
lint
before_script
:
-
apt-get update && apt-get install -y python-enchant
-
pip install tox
script
:
tox -e docs
allow_failure
:
true
...
...
README.rst
View file @
20ea2f0c
...
...
@@ -12,12 +12,12 @@ Django HOPE
|wheel|
.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/
REPLACE_WITH_PROJECT_ID
:target: https://www.codacy.com/app/
Pawamoy
/django-hope/dashboard
.. |codacygrade| image:: https://api.codacy.com/project/badge/Grade/
2909ec710ee84c438bf9dd191544c105
:target: https://www.codacy.com/app/
CSTB
/django-hope/dashboard
:alt: Codacy Code Quality Status
.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/
REPLACE_WITH_PROJECT_ID
:target: https://www.codacy.com/app/
Pawamoy
/django-hope/dashboard
.. |codacycoverage| image:: https://api.codacy.com/project/badge/Coverage/
2909ec710ee84c438bf9dd191544c105
:target: https://www.codacy.com/app/
CSTB
/django-hope/dashboard
:alt: Codacy Code Coverage
.. |version| image:: https://img.shields.io/pypi/v/django-hope.svg?style=flat
...
...
docs/spelling_wordlist.txt
View file @
20ea2f0c
blog
builtin
builtins
classmethod
...
...
scripts/release.sh
View file @
20ea2f0c
...
...
@@ -12,9 +12,7 @@ esac
if
[
${
proceed
}
-eq
1
]
;
then
python setup.py clean
--all
sdist bdist_wheel
if
twine upload
--skip-existing
dist/
*
-r
pypitest
;
then
if
!
twine upload
--skip-existing
dist/
*
-r
pypi
;
then
echo
"Twine upload to PyPi failed"
>
&2
fi
;
else
echo
"Twine upload to PyPiTest failed"
>
&2
if
!
twine upload
--skip-existing
dist/
*
-r
pypi
;
then
echo
"Twine upload to PyPi failed"
>
&2
fi
;
else
echo
"Then make tox happy."
>
&2
fi
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