File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6464 - name : Setup Env
6565 run : |
6666 sudo apt-get update -qqy
67- sudo apt-get install -y libjpeg8-dev libbz2-dev liblzma-dev
67+ sudo apt-get install -y libjpeg8-dev libbz2-dev liblzma-dev libreadline-dev
6868 - name : Set up pyenv and Python
6969 uses : " gabrielfalcao/pyenv-action@v18"
7070 with :
9090 - name : test coverage
9191 run : |
9292 bin/coverage run bin/test
93+ bin/coverage report
9394 - name : Install Coveralls
9495 run : |
9596 pip3 install -U pip setuptools --no-cache-dir
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ wcwidth = 0.2.5
113113# Required by:
114114# qa.cfg
115115# check-manifest = 0.41
116- # coverage = 4.5 .1
116+ coverage = 5.3 .1
117117pep517 = 0.8.2
118118
119119# Required by:
You can’t perform that action at this time.
0 commit comments