Commit Graph

49 Commits

Author SHA1 Message Date
a1346054
e7d8b9cece
Spelling and bash completion fixes (#1137)
* Remove hashbang from bash completion

Completion files are not supposed to have a hashbang.
They are sourced, not executed.

* Fix spelling

* Trim excess whitespace
2021-09-03 15:05:03 +02:00
Mickaël Schoentgen
c50e287c57
CI: Run tests on Python 3.10 RC1 (#1121) 2021-08-06 13:11:21 +02:00
Mickaël Schoentgen
1470ca0c77
CI: Do not fail fast to have a real view of potential failures (#1090) 2021-06-11 20:55:51 +02:00
Mickaël Schoentgen
9857693ebf
Use a more modern approach to run tests (#1089)
Running tests through `python setup.py test` is deprecated:

> WARNING: Testing via this command is deprecated and will be removed
> in a future version. Users looking for a generic test entry point
> independent of test runner are encouraged to use tox.

I am not in favor of moving back to `tox`, we should simply run tests
using `python -m pytest` (or `make test`) and that's it.

A new extra was added, `dev`, to install development requirements:

    $ python -m pip install --upgrade --editable '.[dev]'
2021-06-11 20:55:26 +02:00
Mickaël Schoentgen
350f973f70
Switch from pycodestyle to flake8 for code style checks (#1083) 2021-06-02 11:06:46 +02:00
Jakub Roztocil
175e36da6b
Remove Python 3.10 build
Not supported by GitHub actions yet.
2021-05-27 20:19:55 +02:00
Jakub Roztocil
19e1e26d97
Add Python 3.10 build 2021-05-27 20:17:14 +02:00
Jakub Roztocil
070ba9fa5a Tweaks 2021-02-18 13:48:48 +01:00
Jakub Roztocil
82ee071362 Tweaks 2021-02-18 13:47:58 +01:00
Jakub Roztocil
97dffb35a2 Spacing 2021-02-18 13:46:10 +01:00
Jakub Roztocil
18af03ac18 Issue templates tweaks II 2021-02-18 13:44:29 +01:00
Jakub Roztocil
904dd4107a Issue templates tweaks 2021-02-18 13:42:59 +01:00
Elena Lape
8efabc86e6
Issue templates (#1031)
* add bug report template

* add feature request template

* add other template

* a httpie to an httpie

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* minor changes

* add discord

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-02-18 12:55:15 +01:00
Dustin Rodrigues
f7e77efe4b
Test on Python 3.9 (#986) 2020-12-21 11:42:21 +01:00
Almad
d64c0ee415
Remove funding request 2020-12-18 17:54:13 +01:00
Jakub Roztocil
1aa1366f99 Finish --quiet 2020-08-15 15:26:29 +02:00
Jakub Roztocil
6c84cebed4
Update build.yml 2020-08-06 22:35:35 +02:00
Jakub Roztocil
3704db9b6d Install setuptools & wheel in CI II. 2020-07-07 13:39:02 +02:00
Jakub Roztocil
d1665b08d2 Install setuptools & wheel in CI 2020-07-07 13:38:27 +02:00
Jakub Roztocil
e11a2d1346
Update FUNDING.yml 2020-05-13 21:55:24 +02:00
Jakub Roztocil
e9080e6b22 Build on PRs as well 2020-04-13 17:24:18 +02:00
Jakub Roztocil
1bc54d4cb4 Create Python virtual environment (via venv) for tests & development, etc. 2019-12-04 17:49:07 +01:00
Jakub Roztocil
6e2c31a5a9 Fix build 2019-12-02 20:57:21 +01:00
Jakub Roztocil
0608b5869f Upgrade setuptools 2019-12-02 20:47:09 +01:00
Jakub Roztocil
fcc3aaf873 Add Python 3.8 build 2019-12-02 20:39:07 +01:00
Jakub Roztocil
fc497daf7d
Update build.yml 2019-09-28 10:36:28 +02:00
Jakub Roztocil
b48ba74ce2
Update build.yml 2019-09-28 10:36:12 +02:00
Jakub Roztocil
2dbafe27ed Fix codecov token 2019-09-18 11:16:19 +02:00
Jakub Roztocil
3affc245c4 Fix step order 2019-09-18 11:14:34 +02:00
Jakub Roztocil
85da430d16 codecov 2019-09-18 11:09:46 +02:00
Jakub Roztocil
64c81fc2ec Simplify 2019-09-10 14:40:34 +02:00
Jakub Roztocil
b53ace480a Build on push via GitHub Actions 2019-09-10 14:18:06 +02:00
Jakub Roztocil
79b0f65fef Build on push via GitHub Actions 2019-09-10 14:14:39 +02:00
Jakub Roztocil
92fe452f92 worflow 2019-09-10 14:05:40 +02:00
Jakub Roztocil
0169151aa3 worflow 2019-09-10 14:02:11 +02:00
Jakub Roztocil
525449f044 worflow 2019-09-10 14:01:04 +02:00
Jakub Roztocil
3c4a5e7304 worflow 2019-09-10 14:00:28 +02:00
Jakub Roztocil
d9aadeef51 worflow 2019-09-10 13:59:43 +02:00
Jakub Roztocil
2bb54da368 worflow 2019-09-10 13:58:05 +02:00
Jakub Roztocil
3fa583e591 workflow 2019-09-10 13:39:59 +02:00
Jakub Roztocil
b7767b3c62 workflow 2019-09-10 13:36:02 +02:00
Jakub Roztocil
a5d9a839e5 coveralls token 2019-09-10 13:20:09 +02:00
Jakub Roztocil
2ffd8d9d9b workflow 2019-09-10 13:10:29 +02:00
Jakub Roztocil
7f80408945
Update pythonpackage.yml 2019-09-10 12:49:46 +02:00
Jakub Roztocil
3ec5c4a643
Update pythonpackage.yml 2019-09-10 12:46:34 +02:00
Jakub Roztocil
3909a436a9
Update pythonpackage.yml 2019-09-10 12:44:25 +02:00
Jakub Roztocil
a77f660ba7
Update pythonpackage.yml 2019-09-10 12:17:03 +02:00
Jakub Roztocil
548857f35a
Update pythonpackage.yml 2019-09-10 11:56:55 +02:00
Jakub Roztocil
e92b831e6e
Create FUNDING.yml 2019-06-23 12:05:24 +02:00