Skip to content

Commit

Permalink
Use python3 for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 11, 2021
1 parent d7d1c87 commit cb2d628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ cache:
directories:
- node_modules
before_install:
- pip install --user codecov
- pyenv global system 3.6
- pip3 install --user codecov
- nvm install 10.14.2
install:
- cd aa-gui && npm install && cd ..
Expand Down

0 comments on commit cb2d628

Please sign in to comment.