Skip to content

Commit 41faace

Browse files
committed
Added python3 testapp build to Travis matrix
1 parent bb9f067 commit 41faace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
- ANDROID_NDK_HOME=/opt/android/android-ndk
2020
- CRYSTAX_NDK_HOME=/opt/android/crystax-ndk
2121
matrix:
22+
- COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python3.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --requirements sdl2,pyjnius,kivy,python3'
2223
# overrides requirements to skip `peewee` pure python module, see:
2324
# https://github.com/kivy/python-for-android/issues/1263#issuecomment-390421054
2425
- COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python2_sqlite_openssl.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --requirements sdl2,pyjnius,kivy,python2,openssl,requests,sqlite3,setuptools'

0 commit comments

Comments
 (0)