You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ deploy:
17
17
repo: IBM/detect-secrets
18
18
matrix:
19
19
include:
20
-
- env: TOXENV=py37
21
-
python: 3.7.13
22
-
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069), the GitHub Travis build will use Python 3.7.1 by default if you provide 3.7 without a patch version and the build will fail with AttributeError: 'str' object has no attribute 'name'
23
20
- env: TOXENV=py38
24
21
python: 3.8
25
22
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
23
+
- env: TOXENV=py39
24
+
python: 3.9
25
+
dist: xenial # Required for Python >= 3.7 (travis-ci/travis-ci#9069)
0 commit comments