1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/.travis.yml
Jakub Roztocil 51aa0409e6 Added Python 3 support
Closes #11.
2012-03-15 00:13:11 +01:00

13 lines
217 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.1
- 3.2
- 3.3
script: python tests/tests.py
install:
- pip install requests pygments
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse; fi"