Skip to content

Commit

Permalink
test on 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Dec 7, 2020
1 parent 700177c commit eab4f93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install --upgrade pip wheel
- pip install Cython
Expand Down
9 changes: 9 additions & 0 deletions tests/test_paired.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,3 +606,12 @@ def test_issue68(self):
expected2='issue68.2.fq',
aligners=['insert'],
)

# def test_issue122(self):
# run_paired(
# "--threads 2 --preserve-order --no-default-adapters -a TTAGACATAT -A CAGTGGAGTA",
# in1="empty.fastq",
# in2="empty.fastq",
# expected1="empty.fastq",
# expected2="empty.fastq",
# )

0 comments on commit eab4f93

Please sign in to comment.