mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
OSX build
This commit is contained in:
parent
b44e16ed0f
commit
e42f7b8fc9
12
.travis.yml
12
.travis.yml
@ -2,10 +2,9 @@
|
||||
sudo: false
|
||||
os:
|
||||
- linux
|
||||
# - osx
|
||||
env:
|
||||
global:
|
||||
- NEWEST_PYTHON=3.4
|
||||
- NEWEST_PYTHON=3.4
|
||||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
@ -14,7 +13,14 @@ python:
|
||||
- 3.3
|
||||
- 3.4
|
||||
- pypy3
|
||||
|
||||
matrix:
|
||||
include:
|
||||
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
|
||||
- os: osx
|
||||
language: generic
|
||||
|
||||
script:
|
||||
- make
|
||||
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…
Reference in New Issue
Block a user