Test against Python 3.5 on Travis

Add a test against py35

Restore PySide install for 3.5

Do not try and install simpleitk on py35

Fix syntax in optional requirements file

Allow simpleitk on python 3.4

Do not try simpleitk on py3.4
This commit is contained in:
Steven Silvester
2015-10-03 13:34:02 -05:00
parent 953fbfc539
commit 0d9987e2b3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
before_install:
- ccache -s
+1 -1
View File
@@ -1,6 +1,6 @@
PySide; python_version != '2.7'
imread; python_version != '2.7'
SimpleITK; python_version != '3.4'
SimpleITK; python_version != '3.4' and python_version != '3.5'
astropy
tifffile
imageio; python_version != '2.6'