Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
fix coveralls (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhwcmhf committed Dec 24, 2019
1 parent 538140e commit 9b81369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install pytest --upgrade
- pip install pytest-dependency pytest-mock requests-mock pytest>=3.6.0 pytest-cov==2.4.0 python-coveralls
- pip install pytest-dependency pytest-mock requests-mock pytest>=3.6.0 "coverage<5.0" pytest-cov==2.4.0 python-coveralls
- cd .. && git clone https://github.com/thu-coai/cotk.git && pip install ./cotk --progress-bar off && cd VAE-tensorflow

script:
Expand All @@ -22,4 +22,4 @@ deploy:
script: coveralls
on:
all_branches: true
condition: true
condition: true

0 comments on commit 9b81369

Please sign in to comment.