Skip to content

Commit

Permalink
Travis CI: Python 3.10.1 --> 3.10.2 (#798)
Browse files Browse the repository at this point in the history
* Travis CI: Python 3.10.1 --> 3.10.2

* Fix four Travis Validation Issues
  • Loading branch information
cclauss committed Jan 24, 2022
1 parent c3e8787 commit cc5216e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: python
python: 3.8
os: linux
dist: bionic
cache: pip
matrix:
jobs:
include:
- python: "3.6"
env: TOXENV=py36
Expand All @@ -12,7 +13,7 @@ matrix:
env: TOXENV=py38,bandit,docs,readme
- python: "3.9"
env: TOXENV=py39
- python: "3.10.1"
- python: "3.10.2"
env: TOXENV=py310
- python: "3.11-dev"
env: TOXENV=py311
Expand All @@ -36,7 +37,7 @@ notifications:
on_start: never
deploy:
- provider: releases
api_key:
token:
secure: "eqEWOzKWZCuvd1a77CA03OX/HCrsYlsu1/Sz/RhXQIEhKz6tKp10KGw9zr57bHAIl0OfJFK9k63lI2HOctAmwkKeeQ4HdNqw4pHFa8Gk3liGp31KSmshVtHX8Rtn0DuFA028Wm7w5n+fOVc8tJVU/UsKjsfsAzRHnQjMamckoXU="
skip_cleanup: true
on:
Expand All @@ -45,7 +46,7 @@ deploy:
condition: $TOXENV = py36
repo: oauthlib/oauthlib
- provider: pypi
user: JonathanHuot
username: JonathanHuot
password:
secure: "OozNM16flVLvqDoNzmoTENchhS1w0/dEJZvXBQK2KWmh8fyGj2UZus1vkl6bA5V3Yu9MZLYFpDcltl/qraY3Up6iXQpwKz4q+ICygAudYM2kJ5l8ZEe+wy2FikWbD6LkXf5uKIJJnPNSC8AI86ZyxM/XZxbYjj/+jXyJ1YFZwwQ="
distributions: sdist bdist_wheel
Expand Down

0 comments on commit cc5216e

Please sign in to comment.