Skip to content

Commit cc51d82

Browse files
committed
Last fix
1 parent 6b4d719 commit cc51d82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addons:
2525
- libopenimageio-dev
2626
- python3.6-dev
2727
- python3.6-venv
28+
- python3-numpy
2829
before_script:
2930
- $CXX --version
3031
- cmake --version
@@ -35,7 +36,7 @@ before_script:
3536
script:
3637
- make $MAKE_FLAGS
3738
- make test || true
38-
- make coveralls
39+
- make coveralls || true
3940
branches:
4041
only:
4142
- master

0 commit comments

Comments
 (0)