1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-30 08:46:48 +02:00
httpie-cli/.travis.yml

12 lines
220 B
YAML
Raw Normal View History

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