summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-12-17 13:18:06 -0500
committerDonald Stufft <donald@stufft.io>2014-12-17 13:18:06 -0500
commite4d5e8419a2eb11ec3a07e8ad6e7cff31d5eb8b6 (patch)
tree023501a6526f92568d390e19c54c04213af2e4b0
parent5b919921d9a826132b0ec9c4799e5931ea34b630 (diff)
parent480ca6582a90091b0e1baa9ecf780dabde6dee97 (diff)
downloadcryptography-e4d5e8419a2eb11ec3a07e8ad6e7cff31d5eb8b6.tar.gz
Merge pull request #1535 from alex/travis-install-cleanup
Removed bogus, unused section from travis install script
-rwxr-xr-x.travis/install.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 6dd84f2c1..1152556c3 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