Skip to content

Commit

Permalink
Merge branch 'master' into devel-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Mar 27, 2023
2 parents 9389f63 + 1d21312 commit c9cb179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
- pip3 install -U pip

install:
- travis_wait travis_retry pip3 install -r requirements.txt --upgrade
- travis_wait travis_retry pip3 install -U -r requirements.txt

script:
- pytest
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
testpaths = tests mosaic mosaicweb
norecursedirs = .git _build _docs bin dist deps
addopts = --cov=mosaic --cov-report term --cov-config=.coveragerc
addopts = --cov=mosaic --cov=mosaicweb --cov-report term --cov-config=.coveragerc

0 comments on commit c9cb179

Please sign in to comment.