You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/lib64/python3.4/site-packages/jnius-1.1.dev0-py3.4-linux-x86_64.egg/jnius/init.py", line 42, in
if "ANDROID_ARGUMENT" in os.environ:
NameError: name 'os' is not defined
May I suggest to activate a CI work flow to verify properties of commits and pull requests int he master branch? I have published a basic Travis-CI setup for py 2.7/3.4/3.5 with centos7 in this project: https://github.com/rhoerbe/pyjnius-deploytest.git
AFAIK Travis can also be used to test android and OSX.
The text was updated successfully, but these errors were encountered:
File "/usr/lib64/python3.4/site-packages/jnius-1.1.dev0-py3.4-linux-x86_64.egg/jnius/init.py", line 42, in
if "ANDROID_ARGUMENT" in os.environ:
NameError: name 'os' is not defined
May I suggest to activate a CI work flow to verify properties of commits and pull requests int he master branch? I have published a basic Travis-CI setup for py 2.7/3.4/3.5 with centos7 in this project:
https://github.com/rhoerbe/pyjnius-deploytest.git
AFAIK Travis can also be used to test android and OSX.
The text was updated successfully, but these errors were encountered: