Skip to content

Commit

Permalink
Updated travis.yml to target python3crystax testapp
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed Nov 8, 2018
1 parent da98194 commit e48d82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
# https://github.com/kivy/python-for-android/issues/1263#issuecomment-390421054
- 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'
- COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python2.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --bootstrap sdl2 --requirements python2,numpy'
- COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python3.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $CRYSTAX_NDK_HOME --requirements python3crystax,setuptools,android,sdl2,pyjnius,kivy'
- COMMAND='. venv/bin/activate && cd testapps/ && python setup_testapp_python3crystax.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $CRYSTAX_NDK_HOME --requirements python3crystax,setuptools,android,sdl2,pyjnius,kivy'
# builds only the recipes that moved
- COMMAND='. venv/bin/activate && ./ci/rebuild_updated_recipes.py'

Expand Down
3 changes: 1 addition & 2 deletions testapps/setup_testapp_python2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from distutils.core import setup
from setuptools import find_packages

options = {'apk': {'debug': None,
'requirements': 'sdl2,pyjnius,kivy,python2',
options = {'apk': {'requirements': 'sdl2,pyjnius,kivy,python2',
'android-api': 19,
'ndk-api': 19,
'ndk-dir': '/home/asandy/android/crystax-ndk-10.3.2',
Expand Down
3 changes: 1 addition & 2 deletions testapps/setup_testapp_python3crystax.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from distutils.core import setup
from setuptools import find_packages

options = {'apk': {'debug': None,
'requirements': 'sdl2,pyjnius,kivy,python3crystax',
options = {'apk': {'requirements': 'sdl2,pyjnius,kivy,python3crystax',
'android-api': 19,
'ndk-api': 19,
'ndk-dir': '/home/asandy/android/crystax-ndk-10.3.2',
Expand Down

0 comments on commit e48d82e

Please sign in to comment.