]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use nox for automation and CI (#128)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Tue, 13 Aug 2019 13:39:35 +0000 (08:39 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 13:39:35 +0000 (08:39 -0500)
commit80dc3e274e8a797b305baa5005128c6d47cf8f3f
tree7f7cd932c038ee40972a86e48ec7537a099467b0
parent95dad247b531489f4cf18ac6d8daacf9c4906d18
Use nox for automation and CI (#128)
15 files changed:
.gitignore
.isort.cfg [new file with mode: 0644]
.travis.yml
httpx/__init__.py
httpx/exceptions.py
httpx/interfaces.py
httpx/models.py
httpx/utils.py
noxfile.py [new file with mode: 0644]
scripts/install [deleted file]
scripts/lint [deleted file]
scripts/test [deleted file]
test-requirements.txt [moved from requirements.txt with 77% similarity]
tests/models/test_url.py
tests/test_utils.py