Skip to content

Commit

Permalink
Build testapp_sqlite_openssl using setup_testapp_python2.py
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AndreMiras committed May 19, 2018
1 parent ec9247e commit b617a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ script:
- docker run p4a /bin/sh -c 'uname -a'
- docker run p4a /bin/sh -c '. venv/bin/activate && p4a apk --help'
- 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'
# overrides requirements to skip `peewee` pure python module, see:
# https://github.com/kivy/python-for-android/issues/1263#issuecomment-390421054
# 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
- 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 comments on commit b617a99

Please sign in to comment.