Files
requests/.travis.yml
T
2012-02-26 10:26:45 -05:00

11 lines
170 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
env: HTTPBIN_URL=http://httpbin.org/
script: make simpleci
install:
- pip install nose
- pip install . --use-mirrors