Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 21, 2019
1 parent 68ad282 commit 168c10f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ before_install:
- R -e "install.packages('ggplot2', repos = 'http://cran.us.r-project.org', lib='~/R')"
install:
- poetry install -v
- pip install tox-travis
- pip install codacy-coverage
script:
- pytest tests/ -s
after_success: |
Expand Down

0 comments on commit 168c10f

Please sign in to comment.