1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
httpie-cli/.travis.yml
Jakub Roztocil 26a76e8243 Clean-up
2012-07-26 00:50:39 +02:00

10 lines
128 B
YAML

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