- 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
≈
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
Switch to a single script to get the folds to work
Replace the old install_min with this before_install script
Reinstate optional installs and add headers
move the display setup to the travis_script
Use force remove on temp directory
Always retry on pip
Fix the travis_retry pip alias
Source the before_install script and move the alias
Create bash functions for folding and export DISPLAY
Export fold functions
Make repip a function
Implement travis folding helpers
Add a script to create env variables and travis folding helpers
Implement travis folding helpers
Source all of the shell scripts
Remove since we are sourcing
Fix syntax of travis fold commands
Put the travis folds in the individual files
Put the min test and flake in their own files
Reinstate top level venv activation
Remove unused script commands
Fix travis_fold syntax
Use venv for all builds and install everything from wheelhouse
Use venv and all minimum requirements
Edit requirements.txt in place and use one call
Update minimum versions and install exclusively from wheelhouse
Use mpl 1.3.1 on py 3.2
Fix pip invocation
Fix pip invocation again
Another fix to pip invocation
Explicitly use venv python to call build_versions.py
Move venv creation and activation to top level
Do not use site-packages
Fix minimum matplotlib ver and Pillow version check
Fix minimum matplotlib ver
Improve error message on version check
Add more debug info
Even more debug info
More debug info
Yet another debug print
Fix python 2.7 installation problem
check for PIL.Image version on install
Add debug to before_install
Try a pip install virtualenv first
Clean up virtualenv creation, add debug info, fix PySide script install
Fix virtualenv path for PySide install
Fix venv location and activation
Try no site packages and fix python 2.7 install