1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Build fixes and clean-up

* reflect Python 3.7 release
* fix `pycodestyle` errors
* update `pycodestyle` config
* move `pytest` and `pycodestyle` config to `setup.cfg`
* add `make pycodestyle`
* add `make coveralls`
* etc.
This commit is contained in:
Jakub Roztocil
2018-07-12 21:16:16 +02:00
parent a50660cc70
commit 7917f1b40c
18 changed files with 175 additions and 145 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
.idea/
__pycache__/
dist/
httpie.egg-info/
build/
*.egg-info
.cache/
.tox
.tox/
.coverage
*.pyc
*.egg
htmlcov
.pytest_cache/