Move CI-related files into new ci subdir

Also removes an unnecessary dependency from the requirements file.
This commit is contained in:
TheAssassin 2021-11-28 22:12:31 +01:00
parent d37689a030
commit cc7db833df
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,6 @@ image="python:3-alpine"
# turns out that combining -i with --init solves that problem
# see https://stackoverflow.com/a/60812082
docker run --rm -i -v "$this_dir"/..:/ws -w /ws --init "$image" sh <<\EOF
pip install -r requirements.txt
pip install -r ci/linkcheck-requirements.txt
python linkcheck.py
EOF

View File

@ -1,2 +1 @@
App
Requests>=2.19.1