mirror of
https://github.com/httpie/cli.git
synced 2024-11-14 03:44:57 +01:00
17 lines
212 B
YAML
17 lines
212 B
YAML
# https://travis-ci.org/jakubroztocil/httpie
|
|
os:
|
|
- linux
|
|
- osx
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.3
|
|
- 3.4
|
|
script:
|
|
- make
|
|
after_success:
|
|
- pip install python-coveralls
|
|
- coveralls
|