Skip to content

Commit

Permalink
make ci requirements and extras group
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 23, 2023
1 parent 9e60b7d commit e3b9175
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements-ci.txt
python -m pip install .[ci]
- name: Test
run: tox
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements-ci.txt
python -m pip install .[ci]
- name: Test
run: tox
env:
Expand Down
4 changes: 4 additions & 0 deletions {{ cookiecutter.__project_name_kebab }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ testing = [
"dj-database-url==2.1.0",
"pre-commit==3.4.0"
]
ci = [
"tox==4.11.3",
"tox-gh-actions==3.1.3"
]

[project.urls]
Home = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.__project_name_kebab }}"
Expand Down
2 changes: 0 additions & 2 deletions {{ cookiecutter.__project_name_kebab }}/requirements-ci.txt

This file was deleted.

0 comments on commit e3b9175

Please sign in to comment.