Skip to content

Commit

Permalink
Update CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 7, 2023
1 parent f514d54 commit d866a79
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,25 @@ name: Package tests
on:
push:
branches: [ master ]
paths-ignore:
- 'LICENSE'
- 'MANIFEST.in'
- 'README.*'
- 'CHANGELOG.*'
- '.github/ISSUE-TEMPLATE/**'
- '.gitignore'
- 'appveyor.yml'

pull_request:
branches: [ master ]
paths-ignore:
- 'LICENSE'
- 'MANIFEST.in'
- 'README.*'
- 'CHANGELOG.*'
- '.github/ISSUE-TEMPLATE/**'
- '.gitignore'
- 'appveyor.yml'

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ image:
environment:
NO_EXTERNAL_TESTS: 1
matrix:
- TOXENV: py27
- TOXENV: py35
- TOXENV: py36
- TOXENV: py37
- TOXENV: py38
- TOXENV: py39
- TOXENV: py310
- TOXENV: py311

install:
- cmd: pip install tox
Expand Down

0 comments on commit d866a79

Please sign in to comment.