Skip to content

Commit

Permalink
Minor cookiecutter updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Jan 6, 2021
1 parent cda0ae2 commit 1643bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions app/pip/3.9/spelling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
spelling
wcmatch<5.0
resplendent
unanimous
6 changes: 2 additions & 4 deletions ci/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ case "${CMD}" in
test)
for PYVER in "${PYVERS[@]}" ; do
saveenv
docker_compose_run app "${IN_DOCKER}" "${@:2}"
docker_compose_run "app" "${IN_DOCKER}" "${@:2}"
done
;;
*)
saveenv
docker_compose_run app "${IN_DOCKER}" "${@:2}"
docker_compose_run "app" "${IN_DOCKER}" "${@:2}"
;;
esac


0 comments on commit 1643bab

Please sign in to comment.