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:
- 3.4
before_install:
- brew update
- brew install python3
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then; then; brew install python3; fi
install:
- pip install tox
script:

Loading…
Cancel
Save