httpie-cli/.travis.yml
Jakub Roztocil 926d3f5caf Tests, docs, clean-up.
Closes #54.
2012-06-24 03:45:21 +02:00

11 lines
136 B
YAML

language: python
python:
- 2.6
- 2.7
- pypy
- 3.1
- 3.2
script: python setup.py test
install:
- pip install . --use-mirrors