From 480ca6582a90091b0e1baa9ecf780dabde6dee97 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 17 Dec 2014 07:37:56 -0800 Subject: Removed bogus, unused section from travis install script We don't run py3pep8 checks on OS X, and if we did, this code was nonsense since OS X doesn't have apt-get --- .travis/install.sh | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis/install.sh') diff --git a/.travis/install.sh b/.travis/install.sh index 6dd84f2c..1152556c 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -44,9 +44,6 @@ if [[ "$DARWIN" = true ]]; then pyenv install 3.4.2 pyenv global 3.4.2 ;; - py3pep8) - sudo apt-get install python3.3 python3.3-dev - ;; pypy) brew upgrade pyenv pyenv install pypy-2.4.0 -- cgit v1.2.3