1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/.travis.yml
Jakub Roztocil d9eca19b8f New URL.
2014-05-05 21:17:23 +02:00

13 lines
182 B
YAML

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