Skip to content

Commit

Permalink
Merge branch 'master' into feat/enums
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	example_bypass_sni.py
#	example_tag_translations.py
#	pixivpy3/aapi.py
  • Loading branch information
Danipulok committed Jan 14, 2025
2 parents e963442 + 8e116d1 commit 210b34f
Show file tree
Hide file tree
Showing 13 changed files with 723 additions and 765 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
uses: pre-commit/[email protected]
- name: Install dependencies
run: poetry install
- name: Run demo.py for API check
run: poetry run python demo.py
- name: Install dependencies tests
run: poetry install --with test
- name: Run tests
run: poetry run pytest
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 210b34f

Please sign in to comment.