Skip to content

Commit

Permalink
Test on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed May 5, 2022
1 parent f107ac3 commit e495a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "3.6"
- "3.9"
# command to install dependencies
install:
- pip install matplotlib primer3-py genome_collector
- pip install coveralls pytest-cov==2.6 pytest==3.2.3 geneblocks
- pip install coveralls pytest-cov pytest
- pip install matplotlib primer3-py genome_collector geneblocks
- sudo apt-get install ncbi-blast+ bowtie
- pip install -e .[reports]
# command to run tests
Expand Down

0 comments on commit e495a03

Please sign in to comment.