httpie-cli/.travis.yml
2014-05-12 19:16:04 +02:00

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