Skip to content

Commit

Permalink
update test and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jan 17, 2022
1 parent 8879383 commit e1f7e33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/biocontainers.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: uniprot Testing
name: Biocontainer Testing

on:
workflow_dispatch:
push:
branches:
- master
paths:
- src/bioservices/uniprot.py
- src/bioservices/biocontainers.py
pull_request:
branches-ignore: []

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python: [3.9, 3.7, 3.8, 3.9]
python: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion test/webservices/test_biocontainers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from bioservices import Biocontainers

import pytest

skiptravis = pytest.mark.skipif( "TRAVIS_PYTHON_VERSION" in os.environ,
reason="too slow for travis")
Expand Down

0 comments on commit e1f7e33

Please sign in to comment.