Browse Source

Use brew only on osx

pull/140/head
Oliverpool 9 years ago
parent
commit
385fa79435
  1. 4
      .travis.yml

4
.travis.yml

@ -7,8 +7,8 @@ language: python
python: python:
- 3.4 - 3.4
before_install: before_install:
- brew update - if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew update; fi
- brew install python3 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew install python3; fi
install: install:
- pip install tox - pip install tox
script: script:

Loading…
Cancel
Save