Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3439 from jamesls/travis-install
Browse files Browse the repository at this point in the history
Fix travis CI builds for PY3
  • Loading branch information
jamesls committed Dec 22, 2015
2 parents f43bbbd + d998021 commit 22ab610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- "3.3"
- "3.4"
- "pypy"
env:
- BOTO_CONFIG=/tmp/nowhere
before_install:
- sudo apt-get update
- sudo apt-get --reinstall install -qq language-pack-en language-pack-de
Expand Down

0 comments on commit 22ab610

Please sign in to comment.