mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
13 lines
182 B
YAML
13 lines
182 B
YAML
# https://travis-ci.org/jakubroztocil/httpie
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.3
|
|
script:
|
|
- make
|
|
after_success:
|
|
- pip install python-coveralls
|
|
- coveralls
|