Skip to content

Commit

Permalink
travis: try to install python3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent 0574396 commit 2359d49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ python:
install:
- sh -c "if [ '$TRAVIS_OS_NAME' = 'linux' ]; then sudo apt-get install -y libacl1-dev; fi"
- sh -c "if [ '$TRAVIS_OS_NAME' = 'osx' ]; then brew update; fi"
- sh -c "if [ '$TRAVIS_OS_NAME' = 'osx' ]; then brew outdated python-3.2 || brew upgrade python-3.2; fi"
- sh -c "if [ '$TRAVIS_OS_NAME' = 'osx' ]; then brew outdated python-3.3 || brew upgrade python-3.3; fi"
- sh -c "if [ '$TRAVIS_OS_NAME' = 'osx' ]; then brew outdated python-3.4 || brew upgrade python-3.4; fi"
- sh -c "if [ '$TRAVIS_OS_NAME' = 'osx' ]; then brew outdated libacl1-dev || brew upgrade libacl1-dev; fi"
- "pip install pip"
- "pip install Cython"
- "pip install -e ."
# command to run tests
Expand Down

0 comments on commit 2359d49

Please sign in to comment.