Skip to content

Commit

Permalink
chore(travis): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Oct 9, 2023
1 parent 7a72285 commit 2ad4da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -656,5 +656,5 @@
}
]
},
"generated_at": "2023-10-09T14:56:19Z"
"generated_at": "2023-10-09T18:58:28Z"
}
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ad4da1

Please sign in to comment.