Skip to content

Commit

Permalink
Merge pull request #115 from NAL-i5K/feature/travis-fix
Browse files Browse the repository at this point in the history
adding dist tage to travis.yml
  • Loading branch information
childers committed Oct 6, 2021
2 parents 0820200 + 082188f commit 29bd971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: required
matrix:
include:
- os: linux
dist: focal
language: python
python: 3.9
install:
Expand All @@ -21,6 +22,7 @@ matrix:
- coverage run -a ./gff3tool/bin/gff3_to_fasta.py -g example_file/example.gff3 -f example_file/reference.fa -st all -d simple -o test_sequences

- os: linux
dist: focal
language: python
python: 3.9
install:
Expand All @@ -32,6 +34,7 @@ matrix:
- pip3 install .
- pip3 install --no-cache-dir gff3tool
- os: linux
dist: focal
language: ruby
python: 3.9
rvm: 2.4
Expand Down

0 comments on commit 29bd971

Please sign in to comment.