Skip to content

Commit 03a8963

Browse files
committed
start testing on v0.7
I'm still waiting on fixes upstream to land, but might as well start testing now
1 parent 0524edf commit 03a8963

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- osx
66
julia:
77
- 0.6
8+
- 0.7
89
- nightly
910
notifications:
1011
email: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
| PackageEvaluator | Master Status | Code coverage |
55
|:--|:--|:--|
6-
| [![OMETIFF](http://pkg.julialang.org/badges/OMETIFF_0.6.svg)](http://pkg.julialang.org/detail/OMETIFF) | [![Build Status](https://travis-ci.org/tlnagy/OMETIFF.jl.svg?branch=master)](https://travis-ci.org/tlnagy/OMETIFF.jl) | [![codecov.io](http://codecov.io/github/tlnagy/OMETIFF.jl/coverage.svg?branch=master)](http://codecov.io/github/tlnagy/OMETIFF.jl?branch=master) |
6+
| [![OMETIFF](http://pkg.julialang.org/badges/OMETIFF_0.6.svg)](http://pkg.julialang.org/detail/OMETIFF) [![OMETIFF](http://pkg.julialang.org/badges/OMETIFF_0.7.svg)](http://pkg.julialang.org/detail/OMETIFF) | [![Build Status](https://travis-ci.org/tlnagy/OMETIFF.jl.svg?branch=master)](https://travis-ci.org/tlnagy/OMETIFF.jl) | [![codecov.io](http://codecov.io/github/tlnagy/OMETIFF.jl/coverage.svg?branch=master)](http://codecov.io/github/tlnagy/OMETIFF.jl?branch=master) |
77

88
Adds support for reading OME-TIFF files to the [Images.jl](https://github.com/JuliaImages/Images.jl)
99
platform. Allows fast and easy interfacing with high-dimensional data with nice

0 commit comments

Comments
 (0)