Skip to content

Commit b617a99

Browse files
committed
Build testapp_sqlite_openssl using setup_testapp_python2.py
Has the following requirements: sdl2,pyjnius,kivy,python2,openssl,requests,sqlite3 peewee had to be skipped because pure python modules fail with nested virtualenv issue, see: kivy#1263 (comment) refs kivy#1263
1 parent ec9247e commit b617a99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ script:
1212
- docker run p4a /bin/sh -c 'uname -a'
1313
- docker run p4a /bin/sh -c '. venv/bin/activate && p4a apk --help'
1414
- docker run p4a /bin/sh -c '. venv/bin/activate && cd testapps/ && python setup_testapp_python2.py apk --sdk-dir /opt/android/android-sdk --ndk-dir /opt/android/android-ndk'
15+
# overrides requirements to skip `peewee` pure python module, see:
16+
# https://github.com/kivy/python-for-android/issues/1263#issuecomment-390421054
17+
# python setup_testapp_python2_sqlite_openssl.py apk --sdk-dir /opt/android/android-sdk --ndk-dir /opt/android/android-ndk --requirements sdl2,pyjnius,kivy,python2,openssl,requests,sqlite3
18+
- docker run p4a /bin/sh -c '. venv/bin/activate && cd testapps/ && python setup_testapp_python2_sqlite_openssl.py apk --sdk-dir /opt/android/android-sdk --ndk-dir /opt/android/android-ndk --requirements sdl2,pyjnius,kivy,python2,openssl,requests,sqlite3'

0 commit comments

Comments
 (0)