httpie-cli/.travis.yml
2014-05-14 14:00:26 +02:00

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