Skip to content

Commit

Permalink
Merge pull request #46 from kenzchiiro/feature/travis-ci
Browse files Browse the repository at this point in the history
feat: specific provider version for avoid force update dependencies
  • Loading branch information
ohmrefresh authored Oct 7, 2024
2 parents 6fd1e79 + c5b7ab2 commit 42dfa56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: python
python:
- "3.9"
install: "pip install -r requirements.txt"
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install urllib3==1.26.15 setuptools==70.0.0 twine==5.1.1 #install package for deploy
script: make clean test coverage docs dist
deploy:
provider: pypi
edge:
branch: v1.8.45
user: nottyo
skip_cleanup: true
password:
Expand Down

0 comments on commit 42dfa56

Please sign in to comment.