Skip to content

Commit

Permalink
travis: try again with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent 2b5de53 commit 77801d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ cache:
matrix:
include:
- python: 3.3
os: linux
env: TOXENV=py33
- python: 3.4
os: linux
env: TOXENV=py34
- language: generic
os: osx
Expand Down
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
# suid??? sudo apt-get install -y libacl1-dev
sudo apt-get install -y libacl1-dev
fi

python -m virtualenv ~/.venv
Expand Down

0 comments on commit 77801d0

Please sign in to comment.