Skip to content

Commit

Permalink
http{+s+}
Browse files Browse the repository at this point in the history
inspired by Hugo <hugovk@users.noreply.github.com>
  • Loading branch information
casperdcl committed Jun 1, 2018
1 parent 19cd7d7 commit 0307fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The tqdm repository managers should:

- regularly bump the version number in the file
[_version.py](https://raw.githubusercontent.com/tqdm/tqdm/master/tqdm/_version.py)
- follow the [Semantic Versioning](http://semver.org/) convention
- follow the [Semantic Versioning](https://semver.org/) convention
- take care of this (instead of users) to avoid PR conflicts
solely due to the version file bumping

Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"project_url": "https://github.com/tqdm/tqdm/",
"repo": ".",
"environment_type": "virtualenv",
"show_commit_url": "http://github.com/tqdm/tqdm/commit/",
"show_commit_url": "https://github.com/tqdm/tqdm/commit/",
// "pythons": ["2.7", "3.3"],
// "matrix": {
// "numpy": ["1.6", "1.7"],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# Tox (https://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
Expand Down

0 comments on commit 0307fd1

Please sign in to comment.