1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-10 00:28:12 +02:00
httpie-cli/.travis.yml

31 lines
486 B
YAML
Raw Normal View History

2015-07-03 18:55:45 +02:00
# https://travis-ci.org/jkbrzt/httpie
sudo: false
2016-02-29 09:35:56 +02:00
language: python
2014-05-14 15:00:26 +03:00
os:
- linux
2016-02-29 09:35:56 +02:00
env:
global:
2016-02-29 09:35:56 +02:00
- NEWEST_PYTHON=3.4
2012-03-04 13:29:55 +03:00
python:
- 2.6
- 2.7
2012-06-13 17:36:51 +03:00
- pypy
2014-04-25 10:47:35 +03:00
- 3.3
2014-05-12 06:09:47 +03:00
- 3.4
2014-08-15 10:03:27 +03:00
- pypy3
2016-02-29 09:31:31 +02:00
matrix:
include:
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
- os: osx
language: generic
2014-04-28 02:05:03 +03:00
script:
- make
2016-02-29 09:35:56 +02:00
2014-04-28 02:05:03 +03:00
after_success:
2016-02-29 09:31:31 +02:00
- [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls