httpie-cli/.travis.yml
Jakub Roztočil a44ef6c443 Fixed tests.
2012-03-04 11:58:23 +01:00

12 lines
215 B
YAML

language: python
python:
- 2.6
- 2.7
# TODO: Python 3
#- 3.2
script: python tests.py
install:
- pip install requests pygments
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse; fi"