mirror of
https://github.com/httpie/cli.git
synced 2025-05-13 22:06:33 +02:00
OSX build
This commit is contained in:
parent
b44e16ed0f
commit
e42f7b8fc9
12
.travis.yml
12
.travis.yml
@ -2,10 +2,9 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
# - osx
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NEWEST_PYTHON=3.4
|
- NEWEST_PYTHON=3.4
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user