Skip to content

Commit

Permalink
CI: Update TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Apr 12, 2020
1 parent 4d613a9 commit a6a2505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
- python3 --version
- pip3 install -U pip
- pip3 install -r requirements.txt
- git clone https://github.com/robertopreste/mitoviz_testimgs.git mitoviz/tests/imgs
install: pip3 install -e .
script:
- pytest --cov=./
Expand All @@ -22,6 +23,7 @@ matrix:
- python3 --version
- pip3 install -U pip
- pip3 install -r requirements.txt
- git clone https://github.com/robertopreste/mitoviz_testimgs.git mitoviz/tests/imgs
install: pip3 install -e .
script:
- pytest --cov=./
Expand All @@ -34,6 +36,7 @@ matrix:
- python3 --version
- pip3 install -U pip
- pip3 install -r requirements.txt
- git clone https://github.com/robertopreste/mitoviz_testimgs.git mitoviz/tests/imgs
install: pip3 install -e .
script:
- pytest --cov=./
Expand All @@ -46,6 +49,7 @@ matrix:
- python3 --version
- pip3 install -U pip
- pip3 install -r requirements.txt
- git clone https://github.com/robertopreste/mitoviz_testimgs.git mitoviz/tests/imgs
install: pip3 install -e .
script:
- pytest --cov=./
Expand Down

0 comments on commit a6a2505

Please sign in to comment.