Skip to content

Commit 0b3cffc

Browse files
committed
[recipes] Move CI numpy tests to Python 3
Because the latest version of numpy requires Python>=3.5
1 parent 801ce4f commit 0b3cffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
before_script: make docker/pull
5353
script: make docker/run/make/testapps/python3/arm64-v8a
5454
- <<: *testapps
55-
name: Python 3 armeabi-v7a
55+
name: Python 3 armeabi-v7a (with numpy)
5656
os: osx
5757
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
5858
before_script:
@@ -61,7 +61,7 @@ jobs:
6161
- export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
6262
script: make testapps/python3/armeabi-v7a PYTHON_WITH_VERSION=python3
6363
- <<: *testapps
64-
name: Python 2 armeabi-v7a (with numpy)
64+
name: Python 2 armeabi-v7a
6565
script: make docker/run/make/testapps/python2/armeabi-v7a
6666
- <<: *testapps
6767
name: Rebuild updated recipes

0 commit comments

Comments
 (0)