From 3ed8e243ebb169762e34ddaca1fb371ba171a288 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Thu, 16 Feb 2017 15:59:14 +0100 Subject: [PATCH] Travis: only support numpy supported Python versions --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc00a23..d64018d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,7 @@ 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 diff --git a/README.md b/README.md index 0669204..be635a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The reader is written in the [pims](https://github.com/soft-matter/pims) framewo ### Installation If you don't already have the packages `numpy`, `pims`, `six` and `xmltodict`, they will be installed automatically if you use the `setup.py` script. -`nd2reader` is an order of magnitude faster in Python 3. I recommend using it unless you have no other choice. +`nd2reader` is an order of magnitude faster in Python 3. I recommend using it unless you have no other choice. Python 2.7 and Python >= 3.4 are supported. ### ND2s