Skip to content

Commit

Permalink
Remove 3.2 from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 7, 2015
1 parent 730297d commit 4ccf778
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ notifications:
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
Expand Down
6 changes: 0 additions & 6 deletions tools/travis_before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ source ~/venv/bin/activate
pip install --upgrade pip
pip install --retries 3 -q wheel flake8 coveralls nose

# on Python 3.2, use older versions of matplotlib and dask
if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]]; then
sed -i 's/matplotlib>=.*/matplotlib==1.3.1/g' requirements.txt
sed -i 's/dask.*>=.*/dask[array]==0.7.1/g' requirements.txt
fi

# install wheels
for requirement in $WHEELBINARIES; do
WHEELS="$WHEELS $(grep $requirement requirements.txt)"
Expand Down

0 comments on commit 4ccf778

Please sign in to comment.