httpie-cli/.travis.yml

13 lines
259 B
YAML
Raw Normal View History

2012-03-04 11:29:55 +01:00
language: python
python:
- 2.6
- 2.7
2012-06-13 16:36:51 +02:00
- pypy
2012-03-15 00:11:49 +01:00
- 3.1
- 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
2012-03-15 00:31:12 +01:00
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]] || [[ $TRAVIS_PYTHON_VERSION == '3.1' ]]; then pip install argparse; fi"
2012-03-04 11:29:55 +01:00