Skip to content

Commit

Permalink
travis: remove 3.5.0b4, cython and py.test issues, cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent 57df001 commit a9e8516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ matrix:
- python: 3.4
os: linux
env: TOXENV=py34
- python: 3.5.0b4
os: linux
env: TOXENV=py35
- language: generic
os: osx
osx_image: beta-xcode6.3
Expand Down
6 changes: 2 additions & 4 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,24 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
eval "$(pyenv init -)"
fi

brew outdated pyenv || brew upgrade pyenv

case "${TOXENV}" in
py32)
brew outdated pyenv || brew upgrade pyenv
pyenv install 3.2.6
pyenv global 3.2.6
;;
py33)
brew outdated pyenv || brew upgrade pyenv
pyenv install 3.3.6
pyenv global 3.3.6
;;
py34)
brew outdated pyenv || brew upgrade pyenv
pyenv install 3.4.3
pyenv global 3.4.3
;;
esac
pyenv rehash
python -m pip install --user virtualenv
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
sudo apt-get install -y libacl1-dev
Expand Down
2 changes: 2 additions & 0 deletions .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
export CFLAGS="-I/usr/local/opt/openssl/include"
fi
fi

source ~/.venv/bin/activate

if [[ "$(uname -s)" == "Darwin" ]]; then
# no fakeroot on OS X
sudo tox -e $TOXENV
Expand Down

0 comments on commit a9e8516

Please sign in to comment.