1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
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