forked from xarg/django-stdimage
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install gettext | ||
run: sudo apt-get install gettext -y | ||
run: sudo apt install gettext -y | ||
- uses: actions/[email protected] | ||
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer | ||
- uses: actions/[email protected] | ||
|
@@ -89,16 +89,20 @@ jobs: | |
- "2.2" | ||
- "3.1" | ||
- "3.2rc1" | ||
extra: | ||
- "" | ||
- "progressbar" | ||
steps: | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/[email protected] | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- run: sudo apt install gettext -y | ||
- uses: actions/[email protected] | ||
- name: Install dependencies | ||
run: | | ||
python -m pip install --upgrade pip setuptools codecov | ||
pip install django~=${{ matrix.django-version }} | ||
- run: python -m pip install --upgrade pip setuptools codecov wheel | ||
- run: python -m pip install .[${{ matrix.extra }}] | ||
if: ${{ matrix.extra }} | ||
- run: python -m pip install django~=${{ matrix.django-version }} | ||
- name: Test with pytest | ||
run: python setup.py test | ||
- run: codecov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters