]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop nox in favor of vanilla scripts (#566)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 30 Nov 2019 11:50:13 +0000 (12:50 +0100)
committerTom Christie <tom@tomchristie.com>
Sat, 30 Nov 2019 11:50:13 +0000 (11:50 +0000)
commit8d55d78574cf3fc5f7e91aa8b6a957ce432c2680
treef1c63b5dfc2d1ffed9eca051b9694f3e918877ef
parent3218c35341c0fa46b33f02a5109000365f612dd2
Drop nox in favor of vanilla scripts (#566)

* Drop nox in favor of vanilla scripts

* Use named stages

* Fix attrs dependency resolution madness

* Add missing mkautodoc dev dependency

* Add missing install step on windows build

* Explicitly define stage order so that timed out Windows build runs last

* Add missing dev dependency on Black

* Clean up contributing guide

* Separate docs into docs-build and docs-serve
12 files changed:
.gitignore
.travis.yml
docs/contributing.md
noxfile.py [deleted file]
requirements.txt [moved from test-requirements.txt with 50% similarity]
scripts/check [new file with mode: 0755]
scripts/docs-build [new file with mode: 0755]
scripts/docs-serve [new file with mode: 0755]
scripts/install [new file with mode: 0755]
scripts/lint [new file with mode: 0755]
scripts/test
setup.cfg