Skip to content

Commit

Permalink
remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EOjeah committed Jun 27, 2024
1 parent 8df13cb commit 95f5806
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
35 changes: 0 additions & 35 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.7
python_version = 3.8
pretty = true
show_error_codes = true
show_error_context = true
Expand Down
3 changes: 2 additions & 1 deletion tests/tween_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def test_zipkin_tween_exception(
called,
):
"""
If request processing has an exception set response_status_code and http.response.status_code to 500
If request processing has an exception set
response_status_code and http.response.status_code to 500
"""

mock_post_handler_hook = mock.Mock()
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pre-commit, py38, flake8, pre-commit
envlist = pre-commit, py(38,39,310,311,312), flake8, pre-commit

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 95f5806

Please sign in to comment.