aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-12-17 07:37:56 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-12-17 07:37:56 -0800
commit480ca6582a90091b0e1baa9ecf780dabde6dee97 (patch)
tree023501a6526f92568d390e19c54c04213af2e4b0 /.travis/install.sh
parent5b919921d9a826132b0ec9c4799e5931ea34b630 (diff)
downloadcryptography-480ca6582a90091b0e1baa9ecf780dabde6dee97.tar.gz
cryptography-480ca6582a90091b0e1baa9ecf780dabde6dee97.tar.bz2
cryptography-480ca6582a90091b0e1baa9ecf780dabde6dee97.zip
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
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh3
1 files changed, 0 insertions, 3 deletions
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