Skip to content

Commit 8706eb0

Browse files
opacamjoergbrech
authored andcommitted
[CI] Fix CI's test for arm64-v8a (kivy#1977)
1 parent 05b3c4e commit 8706eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# overrides requirements to skip `peewee` pure python module, see:
7676
# https://github.com/kivy/python-for-android/issues/1263#issuecomment-390421054
7777
env:
78-
COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python3_sqlite_openssl.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --requirements libffi,sdl2,pyjnius,kivy,python3,openssl,requests,sqlite3,setuptools' --arch=arm64-v8a
78+
COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python3_sqlite_openssl.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --requirements libffi,sdl2,pyjnius,kivy,python3,openssl,requests,sqlite3,setuptools --arch=arm64-v8a'
7979
- <<: *testing
8080
name: Python 3 armeabi-v7a
8181
os: osx

0 commit comments

Comments
 (0)