We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numpy
1 parent 801ce4f commit 0b3cffcCopy full SHA for 0b3cffc
.travis.yml
@@ -52,7 +52,7 @@ jobs:
52
before_script: make docker/pull
53
script: make docker/run/make/testapps/python3/arm64-v8a
54
- <<: *testapps
55
- name: Python 3 armeabi-v7a
+ name: Python 3 armeabi-v7a (with numpy)
56
os: osx
57
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
58
before_script:
@@ -61,7 +61,7 @@ jobs:
61
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
62
script: make testapps/python3/armeabi-v7a PYTHON_WITH_VERSION=python3
63
64
- name: Python 2 armeabi-v7a (with numpy)
+ name: Python 2 armeabi-v7a
65
script: make docker/run/make/testapps/python2/armeabi-v7a
66
67
name: Rebuild updated recipes
0 commit comments