1
0
mirror of https://github.com/httpie/cli.git synced 2025-05-13 22:06:33 +02:00

OSX build

This commit is contained in:
Jakub Roztocil 2016-02-29 15:31:31 +08:00
parent b44e16ed0f
commit e42f7b8fc9

View File

@ -2,7 +2,6 @@
sudo: false sudo: false
os: os:
- linux - linux
# - osx
env: env:
global: global:
- NEWEST_PYTHON=3.4 - NEWEST_PYTHON=3.4
@ -14,7 +13,14 @@ python:
- 3.3 - 3.3
- 3.4 - 3.4
- pypy3 - pypy3
matrix:
include:
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
- os: osx
language: generic
script: script:
- make - make
after_success: after_success:
- if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then pip install python-coveralls && coveralls; fi - [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls