mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 15:53:13 +01:00
18 lines
222 B
YAML
18 lines
222 B
YAML
# https://travis-ci.org/jakubroztocil/httpie
|
|
os:
|
|
- linux
|
|
- osx
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.3
|
|
- 3.4
|
|
- pypy3
|
|
script:
|
|
- make
|
|
after_success:
|
|
- pip install python-coveralls
|
|
- coveralls
|