From 2ad4da19e07c0415446c6f4f2109423def108635 Mon Sep 17 00:00:00 2001 From: Alex VanTol Date: Mon, 9 Oct 2023 13:58:33 -0500 Subject: [PATCH] chore(travis): cleanup --- .secrets.baseline | 6 +++--- .travis.yml | 9 ++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index 69eb6c6ae..87ffb76a6 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -118,14 +118,14 @@ "filename": ".travis.yml", "hashed_secret": "2b450d45e8b520a9b25727d563d1d7e036497655", "is_verified": false, - "line_number": 52 + "line_number": 47 }, { "type": "Base64 High Entropy String", "filename": ".travis.yml", "hashed_secret": "8dbd93a5374b178c4c142aa603c6daf3edd8413e", "is_verified": false, - "line_number": 53 + "line_number": 48 } ], "docs/_build/html/.buildinfo": [ @@ -656,5 +656,5 @@ } ] }, - "generated_at": "2023-10-09T14:56:19Z" + "generated_at": "2023-10-09T18:58:28Z" } diff --git a/.travis.yml b/.travis.yml index e945ec5b0..854198101 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,28 +1,23 @@ dist: jammy language: python python: -- 3.6 -- 3.7 - 3.8 - 3.9 - 3.10 jobs: allow_failures: - - python: 3.6 - - python: 3.7 - python: 3.8 - python: 3.10 before_install: - pip install --upgrade pip -# cannot update poetry to 1.6.x+ until we can update urllib3 >= 2.0.0, see https://github.com/orgs/python-poetry/discussions/8345 -- pip install poetry==1.5.1 +- pip install poetry - which poetry - poetry --version install: - poetry install -vv --all-extras --no-interaction - poetry show -vv script: -- echo Unit testing done in GH Actions +- echo Unit testing is now done in GH Actions, this just pushing to pypi as necessary before_deploy: - poetry config repositories.testpypi https://test.pypi.org/legacy/ - poetry config pypi-token.testpypi $PYPI_API_TOKEN