Browse Source

Add CI via Travis

zolfa-add_slices_loading
Ruben Verweij 7 years ago
parent
commit
5f1477a8c9
2 changed files with 20 additions and 0 deletions
  1. +18
    -0
      .travis.yml
  2. +2
    -0
      README.md

+ 18
- 0
.travis.yml View File

@ -0,0 +1,18 @@
language: python
git:
depth: 3
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
install: "pip install -r requirements.txt"
script: python ./test.py

+ 2
- 0
README.md View File

@ -1,5 +1,7 @@
# nd2reader
[![Build Status](https://travis-ci.org/rbnvrw/nd2reader.svg?branch=master)](https://travis-ci.org/rbnvrw/nd2reader)
### About
`nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is being actively worked on.


Loading…
Cancel
Save