Skip to content

Commit ec401f6

Browse files
committed
Updated badges in README.rst
1 parent ec7a58b commit ec401f6

File tree

9 files changed

+35
-33
lines changed

9 files changed

+35
-33
lines changed

.ci/travis_build_conda.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1717
conda install conda-build
1818
conda install anaconda-client
1919
conda info -a
20-
20+
2121
conda config --add channels domdfcoding || exit 1
22-
22+
2323
conda config --add channels conda-forge || exit 1
24-
24+
2525
conda build conda -c domdfcoding -c conda-forge --output-folder conda/dist --skip-existing
2626

2727
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do

.ci/travis_deploy_conda.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
1616
conda install conda-build
1717
conda install anaconda-client
1818
conda info -a
19-
19+
2020
conda config --add channels domdfcoding || exit 1
21-
21+
2222
conda config --add channels conda-forge || exit 1
23-
23+
2424
conda build conda -c domdfcoding -c conda-forge --output-folder conda/dist --skip-existing
2525

2626
for f in conda/dist/noarch/domdf_python_tools-*.tar.bz2; do

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ assignees: domdfcoding
77

88
---
99

10-
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
10+
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
1111
12-
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12+
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
1313
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
1414

15-
## Description
15+
## Description
1616
<!--Provide a brief description of the issue-->
1717

1818

1919
## Steps to Reproduce
2020
<!--Please add a series of steps to reproduce the issue-->
2121

22-
1.
23-
2.
24-
3.
22+
1.
23+
2.
24+
3.
2525

2626
## Actual result:
2727
<!--Please add screenshots if needed and include the Python traceback if present-->
@@ -30,16 +30,16 @@ INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFF
3030
## Expected result:
3131

3232

33-
## Reproduces how often:
33+
## Reproduces how often:
3434
<!--[Easily reproduced/Intermittent issue/No steps to reproduce]-->
3535

3636

3737
## Version
3838

39-
* Operating System:
40-
* Python:
41-
* domdf_python_tools:
42-
39+
* Operating System:
40+
* Python:
41+
* domdf_python_tools:
42+
4343
## Installation source
4444
<!-- e.g. Github repository, Github Releases, PyPI/pip, Anaconda/conda -->
4545

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ assignees: domdfcoding
77

88
---
99

10-
<!-- Have you searched for similar issues? Someone may already be working on the feature you are suggesting. Before submitting this issue, please check the open issues and add a note before logging a new issue.
10+
<!-- Have you searched for similar issues? Someone may already be working on the feature you are suggesting. Before submitting this issue, please check the open issues and add a note before logging a new issue.
1111
12-
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12+
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
1313
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
1414

1515

16-
## Description
16+
## Description
1717
<!--Provide a clear and concise description of what the problem is and the improvement you are suggesting-->
1818

1919
<!--Please add screenshots if needed-->
2020

2121

2222
## Version
2323

24-
* Operating System:
25-
* Python:
26-
* domdf_python_tools:
24+
* Operating System:
25+
* Python:
26+
* domdf_python_tools:
2727

2828

2929
## Other Additional Information:

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ python:
77
- '3.7'
88
- '3.8'
99
- 'pypy3'
10-
10+
1111
install:
1212
- sudo apt-get update
13-
14-
- pip install rst2txt yolk3k
13+
14+
- pip install rst2txt yolk3k
1515
- pip install coveralls tox tox-travis
1616
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
1717
- bash miniconda.sh -b -p $HOME/miniconda
18-
18+
1919
script:
2020
- tox
2121
after_success:

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'Programming Language :: Python :: Implementation :: CPython',
6767
'Programming Language :: Python :: Implementation :: PyPy',
6868
'Topic :: Software Development :: Libraries :: Python Modules',
69-
69+
7070
]
7171

7272
keywords = ""

doc-source/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'sphinx.ext.mathjax',
3737
'sphinx.ext.viewcode',
3838
'sphinxcontrib.httpdomain',
39-
39+
4040
]
4141

4242
templates_path = ['_templates']
@@ -52,7 +52,7 @@
5252
'rtd': ('https://docs.readthedocs.io/en/latest/', None),
5353
'sphinx': ('http://www.sphinx-doc.org/en/stable/', None),
5454
'python': ('https://docs.python.org/3/', None),
55-
55+
5656
}
5757

5858
html_theme = 'sphinx_rtd_theme'
@@ -91,7 +91,7 @@
9191
def setup(app):
9292
from sphinx.domains.python import PyField
9393
from sphinx.util.docfields import Field
94-
94+
9595
app.add_object_type(
9696
'confval',
9797
'confval',
@@ -113,3 +113,5 @@ def setup(app):
113113
),
114114
]
115115
)
116+
117+

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ coverage >=5.1
22
pytest >=5.1.1
33
pytest-cov >=2.8.1
44
pytest-randomly
5-
pytz >=2019.1
5+
pytz >=2019.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This file must be in the dir as setup.py
44
[tox]
5-
envlist = py36, py37, py38, pypy3,
5+
envlist = py36, py37, py38, pypy3,
66
skip_missing_interpreters = True
77
requires = pip >= 19.0.0
88

0 commit comments

Comments
 (0)