7 Commits

Author SHA1 Message Date
Egor Panfilov 0e6ccabd93 Removed Python 2.6 support and related checks 2016-04-02 00:03:48 +03:00
Steven Silvester 0d9987e2b3 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
2015-10-03 13:34:02 -05:00
Steven Silvester 39d069fbc8 More cleanup of installation 2015-09-04 08:54:28 -05:00
Steven Silvester 8d04db3bec Do not try optional dependencies on Py3.2 2015-09-04 08:29:52 -05:00
Steven Silvester 605ab95221 Add imageio to optional reqs 2015-09-04 08:03:23 -05:00
John Wiggins b91f6acb8f Remove imread from the optional requirements for 2.7 2015-09-01 19:58:08 +02:00
John Wiggins 05e6c0cb76 Fix some things on Travis
- Now using the latest pip
- imread wasn't actually being installed
- Optional package installation uses a requirements file
- `python setup.py develop` instead of the previous two-step.
2015-08-30 13:50:03 +02:00