mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
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:
@@ -41,6 +41,7 @@ python:
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
|
||||
before_install:
|
||||
- ccache -s
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user