httpie-cli/.travis.yml

12 lines
221 B
YAML
Raw Normal View History

2012-03-04 11:29:55 +01:00
language: python
python:
- 2.6
- 2.7
# TODO: Python 3
#- 3.2
script: python tests/tests.py
2012-03-04 11:29:55 +01:00
install:
2012-03-04 11:54:27 +01:00
- pip install requests pygments
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse; fi"
2012-03-04 11:29:55 +01:00