- 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.
Use container and pip cache
Add the sudo calls back in
Try removing sudo and the tk install
Skip show() call in novice doctest
Try not building docs and no libqt4-dev
Try the optional installs right away
Do not install PyQt4 or imread
Try without libfreeimage
Try and install libfreeimage outside of root
Another attempt at libfreeimage
Yet another attempt at libfreeimage
Use the travis whitelist
Try adding the sudo command
Try and build the docs
Install scikit-image first
Restore full build functionality
Fix whitespace
Remove unused tk import
requirements.txt should hold all dependencies all deps are not in wheel house
- first install binaries from wheel house
- then install the rest of the deps
- cython 0.20 in wheel house is below scikit-image requirement (>=0.21)
- cython 0.21 will be installed anyhow, save time not installing
cython twice
- dask[arrary] is added to /requirements.txt, and should not be needed
here
≈
Fix setup to allow installing from PyPi
Another attempt at fixing the setuptools problem
Fix pip incantation
Fix typo
Try updating setuptools too
Try upgrading pip and setuptools after venv install
Rule out install_requires as the source of the problem
Try just requiring the ones that can be built from source
Use explicit install_requires and move version checks to after setup runs
Clean up installation for PyPI compatiblity
Dead end commit
Fix travis to match new installation procedure
Put build_versions check after install
Fix travis syntax
Switch to lower-case cython in version check
Another attempt
Another fix
Fix syntax error
Make header executable
Build inplace on py27
Fix finding of source code version in sphinx
Fix travis syntax
Import setuptools after install
Fix the version check in sphinx
Work around setuptools bug in 2.7
Fix handling of Cython requirement and update release notes
Switch to one Appveyor build and update build method
Add cython back to install_requires
Remove debug lines
Another try for appveyor install
Another attempt at setuptools and Appveyor
Do not let intermittent apt-get failures crash the build
Fix typo
Another appveyor attempt
More fixes for setuptools and Appveyor
Yet another setuptools/appveyor attempt
Put requirements.txt back in order
Fix typo
Fix readlines function call
Try not using a venv for python 2.7
Fix syntax
Try the provided venv for py27
Remove --user
Remove debug info
Another try for python27 fix
Try again
Do not use install_requires with numpy/scipy
Try just avoiding scipy
Try removing scipy (numpy was before)
Avoid both scipy and numpy
Fix qt install on 27
Fix qt install on 27 agin
Revert the scripts to their previous condition
Revert file permission changes
Undo changes to requirements.txt