forked from extern/httpie-cli
14 lines
190 B
YAML
14 lines
190 B
YAML
# https://travis-ci.org/jakubroztocil/httpie
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.3
|
|
- 3.4
|
|
script:
|
|
- make
|
|
after_success:
|
|
- pip install python-coveralls
|
|
- coveralls
|