fixed Dockerfile.kivy-travis crashing issue

This commit is contained in:
cis 2021-06-11 16:02:07 +05:30
parent 6f6b15bdd3
commit 41064d8929
No known key found for this signature in database
GPG Key ID: 11DC6F36E8B65B24
3 changed files with 6 additions and 6 deletions

View File

@ -12,4 +12,4 @@ addons:
install:
- pip3 install -r kivy-requirements.txt
script:
- xvfb-run python3 -m unittest src/bitmessagekivy/tests/test_create_random_address.py
- xvfb-run python3 tests-kivy.py

View File

@ -31,9 +31,11 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
python3-pip \
# python 3.7
python3.7 python3.7-dev \
# .travis.yml
# .travis-kivy.yml
build-essential libcap-dev tor \
language-pack-en
language-pack-en \
xclip xsel \
libzbar-dev
# cleanup
RUN rm -rf /var/lib/apt/lists/*

View File

@ -30,5 +30,3 @@ typed-ast==1.4.0
urllib3==1.25.6
wrapt==1.11.2
zipp==3.1.0
xclip
xsel