Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ deploy:
on:
all_branches: true
# only build docker image and push once
condition: $TOXENV = py38
condition: $TOXENV = py313
# only deploy when pushing to gh repo
repo: IBM/detect-secrets
matrix:
include:
- env: TOXENV=py38
python: 3.8.18
- env: TOXENV=py39
python: 3.9.18
- env: TOXENV=py313
python: 3.13.5
- env: TOXENV=py311
python: 3.11.13
before_install:
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=21.1
urllib3<2.0.0
urllib3
coverage>=6.0b1
certifi>=2022.12.07
flake8
Expand Down