1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00
httpie-cli/.travis.yml

13 lines
259 B
YAML
Raw Normal View History

2012-03-04 13:29:55 +03:00
language: python
python:
- 2.6
- 2.7
2012-06-13 17:36:51 +03:00
- pypy
2012-03-15 02:11:49 +03:00
- 3.1
- 3.2
script: python tests/tests.py
2012-03-04 13:29:55 +03:00
install:
2012-03-04 13:54:27 +03:00
- pip install requests pygments
2012-03-15 02:31:12 +03:00
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]] || [[ $TRAVIS_PYTHON_VERSION == '3.1' ]]; then pip install argparse; fi"
2012-03-04 13:29:55 +03:00