httpie-cli/.travis.yml
2014-08-15 00:03:27 -07:00

18 lines
222 B
YAML

# https://travis-ci.org/jakubroztocil/httpie
os:
- linux
- osx
language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
- 3.4
- pypy3
script:
- make
after_success:
- pip install python-coveralls
- coveralls