mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
Merge pull request #1377 from blink1073/test-against-pil
Test against PIL on Python 2.7 Travis
This commit is contained in:
@@ -32,9 +32,10 @@ retry () {
|
||||
# and the minimum version of cython and networkx
|
||||
if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then
|
||||
virtualenv --system-site-packages ~/venv
|
||||
sudo apt-get install python-scipy python-matplotlib
|
||||
sudo apt-get install python-scipy python-matplotlib python-imaging
|
||||
sed -i 's/cython>=/cython==/g' requirements.txt
|
||||
sed -i 's/networkx>=/networkx==/g' requirements.txt
|
||||
sed -i '/pillow/d' requirements.txt
|
||||
else
|
||||
virtualenv -p python --system-site-packages ~/venv
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user