Skip to content

Commit

Permalink
Update travis covig file
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis committed Feb 23, 2024
1 parent 37ca58c commit beb5b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build:
code-quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ env:

language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
install:
- pip install -r requirements.txt
- pip install coverage
Expand All @@ -23,7 +20,6 @@ before_script:
- ./cc-test-reporter before-build
script:
- make run-coverage
- coverage xml
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run-tox:
run-coverage:
coverage run --source=wikipediaapi -m unittest discover tests/ '*test.py'
coverage report -m
coverage json
coverage xml

requirements:
pip3 install -r requirements.txt
Expand Down

0 comments on commit beb5b87

Please sign in to comment.