Skip to content

Commit

Permalink
Remove nose test on 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Jan 15, 2024
1 parent b2767d8 commit 6629dae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ on:

jobs:

nose-2_7:
runs-on: ubuntu-latest
container: python:2.7
steps:
- run: pip install docopt six nose
- uses: actions/checkout@v4
- run: nosetests --with-coverage --cover-tests --cover-inclusive --cover-branches --cover-package=mackup

nose:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 6629dae

Please sign in to comment.