httpie-cli/.travis.yml
Jakub Roztocil 3f8a000847 Python 3.4
2014-04-24 20:08:28 +02:00

10 lines
128 B
YAML

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