httpie-cli/.travis.yml
Jakub Roztocil 29a564ef56 Added wheel support
Should make installation via pip work on OSX Mavericks (#148).

Also added a nifty Makefile.
2014-04-28 13:25:47 +02:00

13 lines
173 B
YAML

# https://travis-ci.org/jkbr/httpie
language: python
python:
- 2.6
- 2.7
- pypy
- 3.3
script:
- make
after_success:
- pip install python-coveralls
- coveralls