mirror of
https://github.com/httpie/cli.git
synced 2025-01-16 18:48:56 +01:00
29a564ef56
Should make installation via pip work on OSX Mavericks (#148). Also added a nifty Makefile.
13 lines
173 B
YAML
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
|