Skip to content

Commit e473134

Browse files
committed
[recipes] Move CI numpy tests to Python 3 (linux)
1 parent 0b3cffc commit e473134

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
@@ -47,12 +47,12 @@ jobs:
4747
after_success:
4848
- coveralls
4949
- &testapps
50-
name: Python 3 arm64-v8a
50+
name: Python 3 arm64-v8a (with numpy)
5151
stage: build testapps
5252
before_script: make docker/pull
5353
script: make docker/run/make/testapps/python3/arm64-v8a
5454
- <<: *testapps
55-
name: Python 3 armeabi-v7a (with numpy)
55+
name: Python 3 armeabi-v7a
5656
os: osx
5757
osx_image: xcode11 # since xcode1.3, python3 is the default interpreter
5858
before_script:

0 commit comments

Comments
 (0)