We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4d719 commit cc51d82Copy full SHA for cc51d82
1 file changed
.travis.yml
@@ -25,6 +25,7 @@ addons:
25
- libopenimageio-dev
26
- python3.6-dev
27
- python3.6-venv
28
+ - python3-numpy
29
before_script:
30
- $CXX --version
31
- cmake --version
@@ -35,7 +36,7 @@ before_script:
35
36
script:
37
- make $MAKE_FLAGS
38
- make test || true
- - make coveralls
39
+ - make coveralls || true
40
branches:
41
only:
42
- master
0 commit comments